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
Inconsistent conditional rule order (e.g. media queries in mixed order instead of a mobile-first or desktop-first approach) – (This should probably be checked statically by linting.)
The text was updated successfully, but these errors were encountered:
Motivation
Similarly to how Emotion and Styled Components work, warnings should be emitted to the console during development.
Details
Cases to handle:
content
property. (See: Emotion – This may be checked statically by linting, as proposed in ESLint plugin for keeping the recommended pseudo selector order #11.)selectors
, targeting e.g. data attributes or nth elements.The text was updated successfully, but these errors were encountered: