Thursday, June 16, 2011

CSS Lint

For developers, writing a good CSS is so much fun, but sometimes it could be a nightmare when something goes wrong with it, especially when you are a strict-type developers. Thanks to W3C, they offered a CSS validator for developers to test their code.

Another tool that developers can use for validating CSS code is CSS Lint which is also available on GitHub if you are interested. Basically it provides the similar service as W3C does, but it also gives you more information about the error/warnings that are produced, so you have a hint what to do in order to fix it.

No comments:

Post a Comment