You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because css style comments /* */ are still parsed (somewhat). The errors described are likely due to the commented out code being invalid sass. Ideally we would fail gracefully though.
If you want to truly comment sass code you need to use sass line comments //.
I've got these 2 mixins, when I call contrasted-important in this setup I get a segemntation fault
and in this setup the value of color gets
The text was updated successfully, but these errors were encountered: