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 ee16cb0 commit 6fbb915Copy full SHA for 6fbb915
1 file changed
nuxt.config.ts
@@ -56,7 +56,9 @@ export default defineNuxtConfig({
56
},
57
58
unocss: {
59
- autoImport: false,
+ // Storybook doesn't mount app.vue (where `uno.css` is imported),
60
+ // so disable this property only in non-storybook environments.
61
+ autoImport: isStorybook,
62
63
64
devtools: { enabled: true },
0 commit comments