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
We have add validation to ensure that only em can be used in media queries. However, there's no way currently in stylelint to target range media queries (width <= 6em) and custom medias.
We have add validation to ensure that only
em
can be used in media queries. However, there's no way currently in stylelint to target range media queries (width <= 6em
) and custom medias.We may want to contribute to stylelint to add that capability. See stylelint/stylelint#1744.
The text was updated successfully, but these errors were encountered: