-
Notifications
You must be signed in to change notification settings - Fork 465
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
@extend doesn't extend nested rules #159
Comments
Thanks for the report! |
I'm encountering a similar issue with a different kind of nesting:
should compile to:
but compiles to:
|
+1 |
I have a similar issue as
|
After transitioning away from the ruby sass implementation I have been hit by this too. Anyone? |
I'm still using ruby sass just because of this, too. |
@opichals @killercup There’s a bit more info in #146, #137, it’s hopefully supposed to be in before the end of the year. There’s an open bounty on it, too: https://www.bountysource.com/issues/1057456-extend-classes-wont-compile-correctly-with-both-regular-and-silent-selectors/bounties |
Currently working on making |
+1 |
+1, @akhleung thanks for working on that! |
+1 |
+1 |
Go @akhleung, go! |
Looking forward to this! |
Closing this since it's subsumed by #146. |
Consider following example:
should compile to
but compiles to:
The text was updated successfully, but these errors were encountered: