-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
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
Problem using sass-loader (webpack) with latest bootstrap release #28240
Comments
Same Problem here with the New Realease Fatal error: Exception: parse error: failed at Fehler: Exception: parse error: failed at #0 /home/xx/site/modules/Sassify/vendor/leafo/scssphp/src/Parser.php(169): Leafo\ScssPhp\Parser->throwParseError() Diese Fehlermeldung wurde angezeigt wegen: Site ist im Debug-Modus. ($config->debug = true; => /site/config.php). Fehler wurde protokolliert. |
That's it! Based on the error message I have not thought about own variables. Thanks! |
Current behavior
Webpack fails loading sass files with latest sass-loader.
ERROR in ./node_modules/css-loader?{"sourceMap":false,"importLoaders":1}!./node_modules/postcss-loader/lib??ref--1-3!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js?sourceMap!./src/styles.scss Module build failed: $input-height-inner-half: calc(#{$input-line-height * .5em} + #{$input-padding-y}) !default; ^ 0.625em*rem isn't a valid CSS value. in .../node_modules/bootstrap/scss/_variables.scss (line 492, column 97) @ ./src/styles.scss 4:14-268 @ multi ./src/styles.scss
Background
macOS
Angular
sass v1.17.0 (Sass 3.5.3 (Bleeding Edge))
sass-loader v7.1.0
node-sass v4.11.0
The text was updated successfully, but these errors were encountered: