We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04744f commit 555edd9Copy full SHA for 555edd9
src/import-css.ts
@@ -71,8 +71,8 @@ export default async function importCSS(nuxt = useNuxt()) {
71
nuxt.options.css.unshift(file)
72
}
73
74
- nuxt.options.alias['#tailwindcss'] = file
75
nuxt.options.alias['#tailwindcss/sources'] = sourcesTemplate.dst
+ nuxt.options.alias['#tailwindcss'] = file
76
77
nuxt.hook('builder:watch', (_e, path) => {
78
if (path !== file && projectCSSFiles.includes(path)) {
0 commit comments