CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want.
- Nicole Sullivan, https://www.stubbornella.org
- Nicholas C. Zakas, https://www.nczonline.net
- Samori Gorse, https://twitter.com/shinuza (Rules, Non-zero Exit Code for CLI)
- Eitan Konigsburg, https://twitter.com/eitanmk (Rhino CLI)
- Ben Barber (Compatible Vendor Prefix Rule)
- Eric Wendelin, https://eriwen.com (Output formatters)
- Kasper Garnaes, https://reload.dk (Checkstyle XML format)