Skip to content

Commit f574053

Browse files
committed
Add csslintrc
1 parent 7881197 commit f574053

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.csslintrc

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"vendor-prefix" : true,
3+
"duplicate-properties" : true,
4+
"display-property-grouping" : true,
5+
"empty-rules" : true,
6+
7+
"adjoining-classes" : false,
8+
"box-model" : false,
9+
"compatible-vendor-prefixes" : false,
10+
"box-sizing" : false,
11+
"duplicate-background-images" : false,
12+
"floats" : false,
13+
"important" : false,
14+
"overqualified-elements" : false,
15+
"rules-count" : false,
16+
"shorthand" : false,
17+
"zero-units" : false
18+
}

0 commit comments

Comments
 (0)