Skip to content

Commit

Permalink
Merge pull request #57 from SimenB/csslint-v1
Browse files Browse the repository at this point in the history
Update to CSSLint v1
  • Loading branch information
lazd committed Aug 20, 2016
2 parents 6b371c2 + e368e93 commit a395233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"index.js"
],
"dependencies": {
"csslint": "^0.10.0",
"csslint": "^1.0.2",
"gulp-util": "^3.0.7",
"rcloader": "^0.2.1",
"through2": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/leaktest1.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*csslint duplicate-properties:false*/
/*csslint duplicate-properties:false,order-alphabetical:false*/
.no-leak-1{
height: 42px;
width: 20px;
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/leaktest2.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*csslint order-alphabetical:false*/
.no-leak-2{
height: 42px;
width: 20px;
Expand Down

0 comments on commit a395233

Please sign in to comment.