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
scss-parser fails when gets a variable definition block where there is space between the variable name and the colon. If I manually remove the spaces from there (as I would do that normally like $double-octave: 4) , the parser gets executed without any problem. It looks like space before the semicolon doesn't cause failure like this.
The text was updated successfully, but these errors were encountered:
modularscale-sass (and also ceaser-easing), one of the dependencies of my project defines variables like this:
scss-parser fails when gets a variable definition block where there is space between the variable name and the colon. If I manually remove the spaces from there (as I would do that normally like
$double-octave: 4
) , the parser gets executed without any problem. It looks like space before the semicolon doesn't cause failure like this.The text was updated successfully, but these errors were encountered: