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
Yeah I couldn't get the parser to work with nested fragments, and specifically disallowed it to push this lib out there. Would be nice to solve. Kye might have some thoughts on this too.
Currently if you have a nested selector inside of a
fragment
it throws.This is because this
turns into this
which has two rules and
fragment
throws if there's more than one rule.I think this could be solved in two ways.
@apply
and make all the fragment selectors&
then replace them incss
with the selector so e.g.would turn into
and it would insert this
I'd be happy to implement this, I just want to know which way would better(I'm guessing the second) or if there's a better way.
The text was updated successfully, but these errors were encountered: