We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm using node-sass and getting this error.
$color: 'red'; .-text-#{$color}- { color: $color; }
Will cause to "invalid top-level expression".
If remove dash from the end of the class name, or surround it with (#{'-'}), everything works fine.
#{'-'}
The text was updated successfully, but these errors were encountered:
Adds spec test for libsass issue 992
03ffc16
sass/libsass#922
Fix selector parsing to allow hyphen after other tokens
d1fa699
Fixes sass#922
b9be7b4
Add spec test for libsass issue 992
404e2b3
057abef
mgreter
Successfully merging a pull request may close this issue.
Hello, I'm using node-sass and getting this error.
Will cause to "invalid top-level expression".
If remove dash from the end of the class name, or surround it with (
#{'-'}
), everything works fine.The text was updated successfully, but these errors were encountered: