Closed TECHNOFAB11 closed 2 years ago
I just had the same problem; the error is pretty annoying because there is no information, I had to debug all of Bootstrap to see what was the issue. Turns out, if you are trying to import bootstrap.scss
, you will get this error because _root.scss
has a bunch of those variables. Everything else in Bootstrap works, so hopefully you don't need _root.scss
. Definitely needs a better error report and eventually, it should handle CSS variables.
@xzyfer this doesn't seem related to gulp-sass either.
So when i add the following code, gulp-sass crashes. Plumber shows the error, and even crashes completely (exactly what Plumber should prevent). This is the code:
This results in this Error:
These are the versions: