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
-
This won’t work in LibSass but does in Ruby Sass and is a valid CSS class:
$name: "my-class"; .-#{$name} { content: "test"; }
Expected:
.-my-class { content: "test"; }
See tests: http://sassmeister.com/gist/1ea1287c028efb70c95a
The text was updated successfully, but these errors were encountered:
This works as expected with #1249 ... not sure which commit actually contains the fix!
Sorry, something went wrong.
Add specs for issue 1301
cda11d0
This PR add specs for sass/libsass#1301
Spec added sass/sass-spec#442
We now have a passing spec test since #1249 was merged 🎈
mgreter
No branches or pull requests
This won’t work in LibSass but does in Ruby Sass and is a valid CSS class:
Expected:
See tests:
http://sassmeister.com/gist/1ea1287c028efb70c95a
The text was updated successfully, but these errors were encountered: