Bootstrap 5.3 - sass compiling doesn't work

185 Views Asked by At

I hope you can help me.

To compile I use Dart Sass, I get the error: error node_modules/bootstrap/scss/_variables.scss (Line 1107: $color: "var(--bs-success-rgb)" is not a color for `rgba') Does not recognize bootstrap variables. I use the command: sass --watch static/scss:static/css --style compressed --scss

Compiling with Dart Sass works fine until I add bootstrap.scss and all its dependencies.

Thanks to anyone who can help me

0

There are 0 best solutions below