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
Sorry, but I didn find any incompatibility with .SCSS on docs so, I think that is a problem.
@import 'node_modules/rupture-sass/rupture' $screen-sm:768px $rupture: map-merge($rupture, ( scale: 768px, scale-names: 'sm' ));
Error
ERROR in ./src/styles.sass (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/dist/cjs.js??ref--15-3!./src/styles.sass) Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: expected ")". ╷ 5 │ $rupture: map-merge($rupture, ( │ ^ ╵ src/styles/_mediaqueries.sass 5:32 @import src/styles/core.scss 3:9 @import /Users/vitorpiovezam/dev/vizir-test/vizir-pwa/src/styles.sass 1:9 root stylesheet
The text was updated successfully, but these errors were encountered:
Have you tried formatting it like this?
$rupture: map-merge($rupture, (scale: 768px, scale-names: 'sm'));
I reckon the issues could be in your sass version or your build system.
Sorry, something went wrong.
No branches or pull requests
Sorry, but I didn find any incompatibility with .SCSS on docs so, I think that is a problem.
Error
The text was updated successfully, but these errors were encountered: