Answer the question
In order to leave comments, you need to log in
Bootstrap 4 SASS compilation error in _root.scss?
I connect to the project Bootstrap 4 SASS compilation error in _root.scss
Error: Invalid CSS after "...lor}: #{$value}": expected "{", was ";"
on line 4 of D:/OpenServer/domains/massa.loc/sass/_root.scss
from line 11 of D:/OpenServer/domains/massa.loc/sass/bootstrap.scss
from line 2 of D:/OpenServer/domains/massa.loc/sass/main.scss
1: :root {
2: // Custom variable values only support SassScript inside `#{}`.
3: @each $color, $value in $colors {
4: --#{$color}: #{$value};
5: }
6:
7: @each $color, $value in $theme-colors {
8: --#{$color}: #{$value};
9: }"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question