Skip to content

(laravel.mix + vuetify-loader) Can't get variables.scss to work. Getting SassError: expected "{" in every component. Probably my rules for vuetify-loader / sass-loader? #13034

Answered by KaelWD
lephro asked this question in Q&A
Discussion options

You must be logged in to vote

mix.webpackConfig adds to the existing config, so you end up with two sets of rules for .scss files. You need to figure out how to modify the existing rules with mix, or use a better tool like vue-cli.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lephro
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants