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