Skip to content

Commit a395233

Browse files
authored
Merge pull request #57 from SimenB/csslint-v1
Update to CSSLint v1
2 parents 6b371c2 + e368e93 commit a395233

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"index.js"
88
],
99
"dependencies": {
10-
"csslint": "^0.10.0",
10+
"csslint": "^1.0.2",
1111
"gulp-util": "^3.0.7",
1212
"rcloader": "^0.2.1",
1313
"through2": "^2.0.1"

test/fixtures/leaktest1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*csslint duplicate-properties:false*/
1+
/*csslint duplicate-properties:false,order-alphabetical:false*/
22
.no-leak-1{
33
height: 42px;
44
width: 20px;

test/fixtures/leaktest2.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*csslint order-alphabetical:false*/
12
.no-leak-2{
23
height: 42px;
34
width: 20px;

0 commit comments

Comments
 (0)