-
Notifications
You must be signed in to change notification settings - Fork 483
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
0.9.0 issues 'expected... but found' warnings for shorthand and expanded properties #219
Comments
0.9.0 included some new validation logic that is apparently not quite up to par. I'll take a look. |
Just pushed v0.9.1 |
I see a few remaining issues with 0.9.1:
|
Hmm, validation is a lot harder than it looks. |
Just pushed 0.9.2. If you find other issues, please file a separate ticket (easier for us to track that way). |
Thanks for the fixes. 0.9.2 is working with all of my files now, but I'll definitely file any other validation issues I run into as separate tickets. |
I updated CSSLint to 0.9.0 and started getting warnings like this:
0.8.5 reports zero warnings for the same file.
Contrived sample file:
The command I'm running:
$ rhino csslint-rhino.js styles.css
The text was updated successfully, but these errors were encountered: