-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
My config is as follows:
export default defineNuxtConfig({
css: ['~/assets/styles/global.css'],
features: {
inlineStyles: true
},
vuetify: {
moduleOptions: {
styles: {
configFile: 'assets/styles/settings.scss'
}
}
}
})The settings.scss file just disables utilities and sets the typography font to inherit.
Since this module forces vuetify/styles into the css array, Nuxt generates an entry.css file because the module disables features.inlineStyles. Is there any way to workaround this?
I'm also using Tailwind v4, if that's relevant. Let me know if I'm missing anything, thanks.
1bod and joe-dematteo
Metadata
Metadata
Assignees
Labels
No labels