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
There is probably a huge can of worms in here somewhere, but it boils down to being able to prepend & with an element name. It's not all that weird when you consider that appending something is already possible, but prepending isn't (or so it seems).
One workaround Ive found is pretty convoluted, and I might be overthinking it:
The @at-root in my particular case works, but it won't when .filters from my example is nested yet again in something. If I don't put @at-root it will still prepend .filters even though & is used already.
The text was updated successfully, but these errors were encountered:
I'd like to be able to do something like this:
Which would compile to:
There is probably a huge can of worms in here somewhere, but it boils down to being able to prepend
&
with an element name. It's not all that weird when you consider that appending something is already possible, but prepending isn't (or so it seems).One workaround Ive found is pretty convoluted, and I might be overthinking it:
The
@at-root
in my particular case works, but it won't when.filters
from my example is nested yet again in something. If I don't put@at-root
it will still prepend.filters
even though&
is used already.The text was updated successfully, but these errors were encountered: