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
hey @idmadj, good suggestion! i'm considering adding :hover/:before/:after/etc. support which needs mixed inline and classic styles; as for nested rules it's tricky and probably won't be supported for the time being
It seems like pseudoelements/pseudoselectors/nesting are not supported, ie. styles are not inlined for nested rules.
https://styled-components.com/docs/basics#pseudoelements-pseudoselectors-and-nesting
For instance, this:
... will output:
Is this possible to implement?
The text was updated successfully, but these errors were encountered: