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
Stylus requires colons in media queries when you specify max-width, min-width, etc...
@media screen and (max-width: 1183px)
Stylint misinterprets this, generating a ton of noise, which makes legitimate warnings difficult to spot. For the record, I prefer colons set to 'always' but it wasn't my call to make on the project in question.
The text was updated successfully, but these errors were encountered:
Stylus requires colons in media queries when you specify max-width, min-width, etc...
Stylint misinterprets this, generating a ton of noise, which makes legitimate warnings difficult to spot. For the record, I prefer colons set to 'always' but it wasn't my call to make on the project in question.
The text was updated successfully, but these errors were encountered: