|
|
|
|
|
by jdwissler
4784 days ago
|
|
Kind of a side issue to the article. CSSLint is useful, at least for me. The only problem is I find myself disabling a lot of rules. There are certain rules that would be useful if you could easily specify their parameters. For example, there is a rule that says that you can only have 10 font-size declarations in your CSS sheet, which is completely and utterly arbitrary. What if I need 11? Or what if I ONLY want 3? It would be useful if I could specify that. In fact I should be able to do that for any property. Developers need to be able to enforce standards in their JS, CSS and even HTML. The fact, however, is that certain standards aren't ubiquitous across every webpage, and need to be set by the developer. |
|
https://github.com/stubbornella/csslint/issues/380