ffoodd / a11y.css

This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
https://ffoodd.github.io/a11y.css
MIT License
1.48k stars 92 forks source link

Automated build/lint/unit tests? #184

Closed ffoodd closed 8 years ago

ffoodd commented 8 years ago

Maybe use Travis with a little help.

Then add a badge.

ffoodd commented 8 years ago

Would it be useful to run a linter on Sass code? Not so sure, please share your opinion if you ever read this :D

I found scss-lint which is highly configurable and may be added via Gulp with gulp-scss-lint.

ffoodd commented 8 years ago

Improve CSS output with some help: CSSLint already used in CodeClimate, gulp-csscomb, gulp-cssbeautify and gulp-autoprefixer.

It could be much better!

ffoodd commented 8 years ago

This is pretty good, just looking for integration between Travis and CodeClimate.