You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Css doesn't support nesting rules like this. If you put the .foo rule as sibling to the other one, I expect this to work. Another note, * has been replaced with :root.
Given styles:
I would expect a
<div class="foo">
to be red w/ white text, but currently it appears that themixin(--base-stuff)
is not inherited.The text was updated successfully, but these errors were encountered: