We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b371c2 + e368e93 commit a395233Copy full SHA for a395233
package.json
@@ -7,7 +7,7 @@
7
"index.js"
8
],
9
"dependencies": {
10
- "csslint": "^0.10.0",
+ "csslint": "^1.0.2",
11
"gulp-util": "^3.0.7",
12
"rcloader": "^0.2.1",
13
"through2": "^2.0.1"
test/fixtures/leaktest1.css
@@ -1,4 +1,4 @@
1
-/*csslint duplicate-properties:false*/
+/*csslint duplicate-properties:false,order-alphabetical:false*/
2
.no-leak-1{
3
height: 42px;
4
width: 20px;
test/fixtures/leaktest2.css
@@ -1,3 +1,4 @@
+/*csslint order-alphabetical:false*/
.no-leak-2{
0 commit comments