We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello! If found that it is impossible to comment an import.
My code:
@import 'node_modules/bootstrap/scss/variables'; @import 'node_modules/bootstrap/scss/mixins'; //@import 'node_modules/bootstrap/scss/root';
When I run build - I am getting an error:
ERROR in ./node_modules/css-loader?{"minimize":true,"url":false}!./node_modules/sass-loader/lib/loader.js!./node_modules/postcss-loader/lib!./src/scss/index.scss Module build failed: Syntax Error (21:1) Unknown word 19 | @import 'node_modules/bootstrap/scss/variables'; 20 | @import 'node_modules/bootstrap/scss/mixins'; > 21 | //@import 'node_modules/bootstrap/scss/root';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! If found that it is impossible to comment an import.
My code:
When I run build - I am getting an error:
The text was updated successfully, but these errors were encountered: