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
@use'vuetify/settings'with (
// works$font-size-root: 16px,
// does not work // [vite] Internal server error: [sass] This variable was not declared with !default in the @used module.$application-color: $primary,
);
I would appreciate your help, or a hint where to go if this is not the appropriate location for my issue.
The text was updated successfully, but these errors were encountered:
KaelWD
transferred this issue from vuetifyjs/vuetify-loader
Dec 19, 2022
@KaelWD This works perfectly, except it generates a series of warning about sourcemap missing for each component used. For example: Sourcemap for "plugin-vuetify:styles/main.sass" points to missing source files or Sourcemap for "plugin-vuetify:components/VResponsive/VResponsive.sass" points to missing source files .
How I prevent the Warning? My setting is exactly like @falko-apheris .
I have tried many variants but I am unable to overwrite component SASS variables. Here is my current attempt.
nuxt.config.ts
~/plugins/1.vuetify.ts
~/assets/variables.scss
I would appreciate your help, or a hint where to go if this is not the appropriate location for my issue.
The text was updated successfully, but these errors were encountered: