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