5
5
6
6
# CSSLint
7
7
8
- CSSLint is an open source CSS code quality tool originally written by
9
- [ Nicholas C. Zakas] ( http://www.nczonline.net/ ) and
8
+ CSSLint is an open source CSS code quality tool originally written by
9
+ [ Nicholas C. Zakas] ( http://www.nczonline.net/ ) and
10
10
[ Nicole Sullivan] ( http://www.stubbornella.org/ ) . It was released in June 2011 at
11
11
the Velocity conference.
12
12
13
- A [ lint] ( http://en.wikipedia.org/wiki/Lint_programming_tool ) tool performs
14
- [ static analysis] ( http://en.wikipedia.org/wiki/Static_code_analysis ) of source
13
+ A [ lint] ( http://en.wikipedia.org/wiki/Lint_programming_tool ) tool performs
14
+ [ static analysis] ( http://en.wikipedia.org/wiki/Static_code_analysis ) of source
15
15
code and flags patterns that might be errors or otherwise cause problems for the
16
- developer.
16
+ developer.
17
17
18
- CSSLint is a tool to help point out problems with your CSS code. It does basic
19
- syntax checking as well as applying a set of rules to the code that look for
18
+ CSSLint is a tool to help point out problems with your CSS code. It does basic
19
+ syntax checking as well as applying a set of rules to the code that look for
20
20
problematic patterns or signs of inefficiency. The rules are all pluggable, so
21
21
you can easily write your own or omit ones you don't want.
22
22
23
23
## Integration
24
24
25
25
### Command Line Interface
26
26
27
- All about the command line interface for CSSLint. If you'd rather use a CLI
28
- program to verify your CSS instead of using the web site, then this guide is
27
+ All about the command line interface for CSSLint. If you'd rather use a CLI
28
+ program to verify your CSS instead of using the web site, then this guide is
29
29
your best friend.
30
30
https://github.com/CSSLint/csslint/wiki/Command-line-interface
31
31
32
- ### Build System
32
+ ### Build System
33
33
34
34
Once you're familiar with the CSSLint command line interface, the next step is
35
35
to integrate it into your build system. This guide walks through using CSSLint
@@ -44,8 +44,8 @@ https://github.com/CSSLint/csslint/wiki/IDE-integration
44
44
45
45
## Rules
46
46
47
- Not sure why a rule is important? This guide talks about each of the CSSLint
48
- rules and explains how the rule is designed to improve your CSS.
47
+ Not sure why a rule is important? This guide talks about each of the CSSLint
48
+ rules and explains how the rule is designed to improve your CSS.
49
49
https://github.com/CSSLint/csslint/wiki/Rules
50
50
51
51
## Developer Guide
0 commit comments