-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing properties starting with operator (-/+) #535
Comments
Huh, mathematically speaking, I'd have thought that |
Well thats exactly my point. Sorry for my "quick fix" being confusing. This should just expose that build works fine with brackets but not without them. |
Confirmed https://gist.github.com/xzyfer/6c396ae79e4de601edc9
|
@xzyfer But a soon as try to compile with libsass it fails on that line:( |
@AndyOGo sorry you're correct. I failed at copy-paste. |
Spec added sass/sass-spec#102 |
The basic problem is that either |
Unfortunately using - operator in SASS causes this bug.
Quick fixed with brackets:
The text was updated successfully, but these errors were encountered: