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
I ran into this issue while compiling something like:
%l-cell, .l-cell { margin: 0 auto; max-width: 1000px; }
Using libsass, this will be completely stripped, but it should compile to:
.l-cell { margin: 0 auto; max-width: 1000px; }
The text was updated successfully, but these errors were encountered:
Libsass sadly still doesn't support placeholder selectors
#146
Sorry, something went wrong.
Fixed in the @extend branch, which I hope to merge in a couple of days.
@extend
Okay, the fix for this should be merged in.
Add todo spec test for libsass issue 167
5cd6f35
sass/libsass#167
95968d9
No branches or pull requests
I ran into this issue while compiling something like:
Using libsass, this will be completely stripped, but it should compile to:
The text was updated successfully, but these errors were encountered: