Quote:
Originally Posted by JSWolf
Is CSSLint a free program?
|
Yes, but it's a command line tool that is primarily designed to optimize stylesheets for cross-browser compatibility. I.e. it'll complain about some perfectly acceptable CSS rules because they might cause problems with older IE versions. OTOH, it'll flag some issues that the W3C validator misses, e.g. empty rules or duplicate values.