CSS Lint
With CSS, as with many web languages, there are more than one way to achieve a design goal. Unfortunately, many developers waste time and energy writing CSS that could be completed with a simpler syntax or with more modern attributes and conditions. Nicholas C. Zakas and Nicole Sullivan developed CSS Lint to parse through lines of code and point out errors or patterns that could cause problems when displaying the content in a browser. CSS Lint includes a built-in and comprehensive options menu that allows developers to pick and choose which errors and and rules the tool will check when reviewing the code.
* * * * * * *
No Comment