Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Configure option for customizing sass & auto-install sass as devDependency #329

Open
TechAkayy opened this issue Jul 16, 2022 · 0 comments

Comments

@TechAkayy
Copy link

Currently, when adding vuetify using vue add vuetify, the 'Vite Preview' mode doesn't have a configure option.
image

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.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant