You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want. You can find information about both using CSS Lint and contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki
7
+
CSSLint is a tool to help point out problems with your CSS code.
8
+
It does basic syntax checking as well as applying a set of rules
9
+
to the code that look for problematic patterns or signs of inefficiency.
10
+
The rules are all pluggable, so you can easily write your own or omit ones
11
+
you don't want. You can find information about both using CSS Lint and
12
+
contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki
5
13
6
-
# Contributors
14
+
##Contributors
7
15
8
-
## Creators
16
+
###Creators
9
17
10
18
1. Nicole Sullivan, http://www.stubbornella.org
11
19
1. Nicholas C. Zakas, http://www.nczonline.net
12
20
13
-
## Contributors
21
+
###Contributors
14
22
15
23
1. Samori Gorse, https://twitter.com/shinuza (Rules, Non-zero Exit Code for CLI)
0 commit comments