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
div { back#{ground}: { imag#{e}: url(foo.png); pos#{it}ion: 50%; } }
Ruby Sass
div { background-image: url(foo.png); background-position: 50%; }
LibSass
div { back#{ground}-image: url(foo.png); back#{ground}-position: 50%; }
Spec sass/sass-spec#455
The text was updated successfully, but these errors were encountered:
Add specs for issue 1393
155e687
This PR add specs for sass/libsass#1393
Enable Propset prefix evaluation
Propset
7f5c1cb
Fixes sass#1393
mgreter
No branches or pull requests
Ruby Sass
LibSass
Spec sass/sass-spec#455
The text was updated successfully, but these errors were encountered: