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