vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
220 stars 22 forks source link

Disable inline vuetify theme #126

Open MarcoTroost opened 1 year ago

MarcoTroost commented 1 year ago

Hi Guys,

Love the easy of use of the vuetify-nuxt module. Thank you for your efforts!

Could anyone tell me how to disable inlining the vuetify theme stylesheet? My goal is to place the vuetify variables in an separate stylesheet, not to inline them.

Scherm­afbeelding 2023-10-17 om 08 19 22

kind regards, Marco

mostafaznv commented 11 months ago

This is my question as well. Does anybody know how we can do it?

santiagoaloi commented 7 months ago

my understanding is that this will only happen in SSR modes, except CSR (SPA) modes. I'm not sure if you can change that behaviour.