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
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
As part of adding vuetify via vue add vuetify, when Vite becomes a default, we could add an configure option to customise sass variables, and if the user chooses to, then include sass as a devDependency to package.json
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when adding vuetify using

vue add vuetify
, the 'Vite Preview' mode doesn't have a configure option.When the user wants to customize sass variables, they have to set the
styles: 'expose'
in vite config (as per https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vite-plugin#customising-variables) & import the overriding sass file in vuetify.js. What this means is 'sass' becomes a required devDependency. The user has to now install sass as a devDependency on their own.As part of adding vuetify via
vue add vuetify
, when Vite becomes a default, we could add an configure option to customise sass variables, and if the user chooses to, then include sass as a devDependency to package.jsonThe text was updated successfully, but these errors were encountered: