-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add CSSLint and CSSComb support. #431
Conversation
I'm guessing by all the reordering that we have some property order changes to make to the source Sass files? Also, is there a way in CSScomb (I haven't checked yet) to remove the spaces between values in the |
We could change some stuff around in Sass files indeed. For |
/CC @connors: maybe you are up to changing the properties order in the Sass files after this is in 👼 |
you know it. ❤️ |
@XhmikosR Would you rather me go in and work on fixing the property order in this pull request? Or do you just wanna get this in and I get follow up? |
I think it will be better if we merged this separately. Did you review the rest of the changes? If you agree I'll merge this and you can work on the rest. |
👍 |
Add CSSLint and CSSComb support.
Fixes #281.
/CC @cvrebert @connor @connors @mdo
Note that I left the csslint target out of tests on purpose since it fails due to #390. When that issue is fixed, we should add it in tests.