We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I am performing an issue when we trying load the sass files inside "~vuetify/src/styles/main.sass".
I tried to adjust the web-pack following this recommendations **(the new version does not works with node-sass)
https://vuetifyjs.com/en/customization/sass-variables#webpack-install
so I added:
{ test: /\.sass$/, loader: 'sass-loader', options: { implementation: require('sass'), fiber: require('fibers'), indentedSyntax: true // optional }, },
Error:
PackageJS
"webpack": "^3.6.0", "vue-loader": "^13.3.0", "sass-loader": "^7.2.0", "sass": "^1.22.10", "vuetify": "^2.1.15", "vue": "^2.5.2",
We really need this in order to be ables to extends specific variables and components for custom themes.
Thanks in advanced
The text was updated successfully, but these errors were encountered:
did you ever resolve this?
Sorry, something went wrong.
No branches or pull requests
Hi all,
I am performing an issue when we trying load the sass files inside "~vuetify/src/styles/main.sass".
I tried to adjust the web-pack following this recommendations
**(the new version does not works with node-sass)
https://vuetifyjs.com/en/customization/sass-variables#webpack-install
so I added:
{ test: /\.sass$/, loader: 'sass-loader', options: { implementation: require('sass'), fiber: require('fibers'), indentedSyntax: true // optional }, },
Error:
PackageJS
"webpack": "^3.6.0",
"vue-loader": "^13.3.0",
"sass-loader": "^7.2.0",
"sass": "^1.22.10",
"vuetify": "^2.1.15",
"vue": "^2.5.2",
We really need this in order to be ables to extends specific variables and components for custom themes.
Thanks in advanced
The text was updated successfully, but these errors were encountered: