55
66# CSSLint
77
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
1010[ Nicole Sullivan] ( http://www.stubbornella.org/ ) . It was released in June 2011 at
1111the Velocity conference.
1212
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
1515code and flags patterns that might be errors or otherwise cause problems for the
16- developer.
16+ developer.
1717
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
2020problematic patterns or signs of inefficiency. The rules are all pluggable, so
2121you can easily write your own or omit ones you don't want.
2222
2323## Integration
2424
2525### Command Line Interface
2626
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
2929your best friend.
3030https://github.com/CSSLint/csslint/wiki/Command-line-interface
3131
32- ### Build System
32+ ### Build System
3333
3434Once you're familiar with the CSSLint command line interface, the next step is
3535to integrate it into your build system. This guide walks through using CSSLint
@@ -44,8 +44,8 @@ https://github.com/CSSLint/csslint/wiki/IDE-integration
4444
4545## Rules
4646
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.
4949https://github.com/CSSLint/csslint/wiki/Rules
5050
5151## Developer Guide
0 commit comments