You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
After various tests, I noticed that overriding sass variables only works if I import the css 'vuetify/styles' in the 'nuxt.config.ts' file. In the attached example, you can verify this by commenting out the lines: css: ['vuetify/styles'] or css: ['~/assets/styles/main.scss']
But when I add one of the lines, I get duplicate styles (see screenshot)
Hi,
After various tests, I noticed that overriding sass variables only works if I import the css 'vuetify/styles' in the 'nuxt.config.ts' file. In the attached example, you can verify this by commenting out the lines:
css: ['vuetify/styles']
orcss: ['~/assets/styles/main.scss']
But when I add one of the lines, I get duplicate styles (see screenshot)

Repro - https://stackblitz.com/edit/broken-v-transition-r9fbp1?file=nuxt.config.ts
Tell me what I'm doing wrong. Thanks!
The text was updated successfully, but these errors were encountered: