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