Skip to content

Commit a16436c

Browse files
committed
Merge pull request #429 from XhmikosR/readme
Update README.md
2 parents 326b50c + c85fce4 commit a16436c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
[![build status](https://secure.travis-ci.org/stubbornella/csslint.png)](http://travis-ci.org/stubbornella/csslint)
2+
[![Dependency Status](https://david-dm.org/stubbornella/csslint.png?theme=shields.io)](https://david-dm.org/stubbornella/csslint)
3+
[![devDependency Status](https://david-dm.org/stubbornella/csslint/dev-status.png?theme=shields.io)](https://david-dm.org/stubbornella/csslint#info=devDependencies)
4+
25
# CSSLint
36

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
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
513

6-
# Contributors
14+
## Contributors
715

8-
## Creators
16+
### Creators
917

1018
1. Nicole Sullivan, http://www.stubbornella.org
1119
1. Nicholas C. Zakas, http://www.nczonline.net
1220

13-
## Contributors
21+
### Contributors
1422

1523
1. Samori Gorse, https://twitter.com/shinuza (Rules, Non-zero Exit Code for CLI)
1624
1. Eitan Konigsburg, https://twitter.com/eitanmk (Rhino CLI)

0 commit comments

Comments
 (0)