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
Because of...
https://github.com/jtangelder/sass-loader/blob/master/index.js#L128
I cannot import a .sass module within an .scss module.
.sass
.scss
I have something like this...
// main.scss @import "_vars"; .element { color: $color; }
// some/where/else/_vars.sass $color: "red"
The text was updated successfully, but these errors were encountered:
Would it be possible if we didn't set the option? How is node-sass supposed to know, which syntax is used?
Sorry, something went wrong.
Shipped with v1.0.2.
v1.0.2
Importing a file with the other language style requires the extension to be set explicitly.
No branches or pull requests
Because of...
https://github.com/jtangelder/sass-loader/blob/master/index.js#L128
I cannot import a
.sass
module within an.scss
module.I have something like this...
The text was updated successfully, but these errors were encountered: