Skip to content
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

Placeholder %-selectors in combination with a normal selectors are stripped #167

Closed
efoken opened this issue Sep 17, 2013 · 3 comments
Closed

Comments

@efoken
Copy link

efoken commented Sep 17, 2013

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;
}
@lmartins
Copy link

Libsass sadly still doesn't support placeholder selectors

#146

@akhleung
Copy link

akhleung commented Jan 6, 2014

Fixed in the @extend branch, which I hope to merge in a couple of days.

@akhleung
Copy link

Okay, the fix for this should be merged in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants