-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Parallel extends do not inherit styles #1952
Comments
I think its a bug, will need to look at the code to confirm. |
Just in case cross-referencing #1641 here since its |
I have hit a similar situation with bootstrap. I extends
Then a boostrap code for
produces:
where for instance a combination of |
This issue is now more than three years old. Has there been any work done on it, or shall I close it? |
Keep open. There's no direct dependency between "any work done" and open/closed status. |
TL;DR:
.B
is nested inside.A
. If.A1
extends.A
and.B1
extends.B
, I would expect that.A1 .B1 {}
would inherit the same styles as.A .B {}
. However it does not.Demo here.
The text was updated successfully, but these errors were encountered: