-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.csslintrc
38 lines (38 loc) · 1.41 KB
/
.csslintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"adjoining-classes" : true,
"box-model" : true,
"box-sizing" : false,
"bulletproof-font-face" : true,
"compatible-vendor-prefixes" : true,
"display-property-grouping" : true,
"duplicate-background-images" : true,
"duplicate-properties" : true,
"empty-rules" : true,
"errors" : true,
"fallback-colors" : false,
"floats" : true,
"font-faces" : true,
"font-sizes" : true,
"gradients" : true,
"ids" : true,
"import" : false,
"important" : true,
"known-properties" : true,
"non-link-hover" : true,
"outline-none" : true,
"overqualified-elements" : true,
"qualified-headings" : true,
"regex-selectors" : true,
"rules-count" : true,
"selector-max" : true,
"selector-max-approaching" : true,
"shorthand" : true,
"star-property-hack" : true,
"text-indent" : true,
"underscore-property-hack" : true,
"unique-headings" : true,
"universal-selector" : false,
"unqualified-attributes" : true,
"vendor-prefix" : true,
"zero-units" : true
}