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

Specify variables location #158

Closed
hamishjohnson opened this issue Feb 9, 2020 · 3 comments
Closed

Specify variables location #158

hamishjohnson opened this issue Feb 9, 2020 · 3 comments

Comments

@hamishjohnson
Copy link

According to https://vuetifyjs.com/en/customization/sass-variables#vue-cli-install

In order to specify your variable overrides, you must put it in a styles/scss/sass folder in the src. I would like to be able to specify where these styles are stored.

@KaelWD KaelWD transferred this issue from vuetifyjs/vuetify-loader Feb 10, 2020
@XavierChevalier
Copy link

The change of path will be very useful!
To solve the problem temporarily, we had to create a src/sass/variables.scss file in which we have :

// ./src/sass/variables.scss

@import "./../assets/styles/settings/variables"; // Here, the true path to the stored file.

We are hoping for an option to avoid this.

@davydnorris
Copy link

See #187 for an additional bug related to this

@johnleider
Copy link
Member

Duplicate of #187

@johnleider johnleider marked this as a duplicate of #187 Sep 6, 2021
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

4 participants