CSS lint check – check if syntax of given css code is valid and see errors online.
Sample css code
-
Valid css
.foo { width:200px; }
-
Invalid css
.foo { width:200px; };
CSS lint check – check if syntax of given css code is valid and see errors online.
.foo { width:200px; }
.foo { width:200px; };