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
In the CSS spec you can have selectors over multiple lines, but in my experience emotion does not.
This gets even more problematic when Prettier formats the code to be within set line width.
The text was updated successfully, but these errors were encountered:
I know this is already being looked into, but in this instance wrapping your child in brackets would solve the issue and be more clear about how the rule will apply.
emotion
version: 8.0.10react
version: 16.2.0Relevant code
Outputs
Expected
In the CSS spec you can have selectors over multiple lines, but in my experience emotion does not.
This gets even more problematic when Prettier formats the code to be within set line width.
The text was updated successfully, but these errors were encountered: