-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.csslint
43 lines (43 loc) · 991 Bytes
/
.csslint
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
39
40
41
42
43
{
"errors": [
"important",
"known-properties",
"errors",
"duplicate-properties ",
"empty-rules",
"fallback-colors",
"font-faces",
"star-property-hack",
"import",
"ids",
"underscore-property-hack",
"text-indent",
"vendor-prefix",
"zero-units"
],
"warnings": [
"shorthand",
"overqualified-elements",
"display-property-grouping",
"duplicate-background-images",
"bar",
"regex-selectors",
"selector-max-approaching",
"font-sizes",
"floats",
"outline-none",
"qualified-headings",
"shorthand",
"unique-headings",
"universal-selector",
"unqualified-attributes"
],
"ignore": [
"adjoining-classes",
"box-sizing",
"box-model",
"bulletproof-font-face",
"compatible-vendor-prefixes",
"gradients"
]
}