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