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
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
There are many cases where I want to style a component-prefixed class iff it's contained within a different, non-component-prefixed class. Currently, this requires that you drop the component entirely.
There are many cases where I want to style a component-prefixed class iff it's contained within a different, non-component-prefixed class. Currently, this requires that you drop the component entirely.
Proposed syntax:
Output:
I use
^
since it's after%
on the keyboard, and to match regex conventions (signifying that this is the actual beginning of the classname).Open question: In
.^A .B
, should.B
be prefixed? I think not, for consistency.The text was updated successfully, but these errors were encountered: