-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Bootstrap 5.2.1 #490
Comments
Experiencing the same |
1 similar comment
Experiencing the same |
Bootstrap 4 used node-sass, which is deprecated and succeeded by sass in Bootstrap 5. @madskristensen can you please update the packages? |
I ended up using one of the alternatives described at https://github.com/Taritsyn/DartSassHost#whos-using-dart-sass-host-for-net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installed product versions
Description
WebCompiler fails to transpile Bootstrap 5.2.1
Steps to recreate
Current behavior
Compile Errors
The offending line of code in _button.scss is:
--#{$prefix}btn-focus-box-shadow: 0 0 0 #{$btn-focus-width} rgba(var(--#{$prefix}btn-focus-shadow-rgb), .5);
If I comment this line out the solution compiles.
Expected behavior
I would expect that Web Compiler would transpile all scss files into a single css file in wwwroot/style directory.
The text was updated successfully, but these errors were encountered: