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
For context, I'm using this setup to make BEM-style selectors that can easily be overridden due to the :where selector that brings the specificity down to 0.
The text was updated successfully, but these errors were encountered:
When using the plug-in with the following CSS:
The output currently is this:
I get that the logic is supposed to be putting
__bar
at the end of the&
parent, but in this case I would expect the following instead:Is there a way to make this happen?
For context, I'm using this setup to make BEM-style selectors that can easily be overridden due to the
:where
selector that brings the specificity down to 0.The text was updated successfully, but these errors were encountered: