Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media query causes false positive when colons is set to 'never' #158

Closed
bzalasky opened this issue Jul 21, 2015 · 3 comments
Closed

Media query causes false positive when colons is set to 'never' #158

bzalasky opened this issue Jul 21, 2015 · 3 comments
Labels

Comments

@bzalasky
Copy link

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.

@rossPatton rossPatton added the bug label Jul 22, 2015
@bzalasky
Copy link
Author

I've worked around this at the moment by pulling in Rupture to handle media queries via block mixins, but this would still be good to fix.

@rossPatton
Copy link
Collaborator

Course, it'll definitely get fixed

@rossPatton
Copy link
Collaborator

1.0.10 is out now, this issue should be fixed. Lemme know if you still have issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants