Skip to content

Commit 0059741

Browse files
committed
README.md: break long line.
1 parent a0bce62 commit 0059741

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[![build status](https://secure.travis-ci.org/stubbornella/csslint.png)](http://travis-ci.org/stubbornella/csslint)
22
# CSSLint
33

4-
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
4+
CSSLint is a tool to help point out problems with your CSS code.
5+
It does basic syntax checking as well as applying a set of rules
6+
to the code that look for problematic patterns or signs of inefficiency.
7+
The rules are all pluggable, so you can easily write your own or omit ones
8+
you don't want. You can find information about both using CSS Lint and
9+
contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki
510

611
# Contributors
712

0 commit comments

Comments
 (0)