-
Notifications
You must be signed in to change notification settings - Fork 7
/
.csslintrc
38 lines (33 loc) · 854 Bytes
/
.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
{
"box-model": false,
"display-property-grouping": true,
"duplicate-properties": false,
"empty-rules": 2,
"known-properties": false,
"adjoining-classes": false,
"box-sizing": false,
"compatible-vendor-prefixes": 2,
"gradients": 2,
"text-indent": 2,
"vendor-prefix": 2,
"fallback-colors": 2,
"star-property-hack": false,
"underscore-property-hack": true,
"bulletproof-font-face": 2,
"font-faces": 2,
"import": false,
"regex-selectors": 2,
"universal-selector": false,
"unqualified-attributes": 2,
"zero-units": 2,
"overqualified-elements": 2,
"shorthand": 2,
"duplicate-background-images": 2,
"floats": true,
"font-sizes": 2,
"ids": 2,
"important": false,
"outline-none": 2,
"qualified-headings": 2,
"unique-headings": false
}