Haythem Frikha
Results
2
issues of
Haythem Frikha
My config is as follows: ```ts export default defineNuxtConfig({ css: ['~/assets/styles/global.css'], features: { inlineStyles: true }, vuetify: { moduleOptions: { styles: { configFile: 'assets/styles/settings.scss' } } } }) ``` The...
I have a Nuxt 4 that depends on this module. Is it possible to publish a new release with the Nuxt 4 support? Thanks.
question