Skip to content

Commit 5f37ebc

Browse files
committed
Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file that's in line with our CSS standards.
1 parent 27b28ea commit 5f37ebc

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.csslintrc

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"important": true,
3+
"adjoining-classes": false,
4+
"known-properties": true,
5+
"box-sizing": false,
6+
"box-model": true,
7+
"overqualified-elements": true,
8+
"display-property-grouping": true,
9+
"bulletproof-font-face": false,
10+
"compatible-vendor-prefixes": false,
11+
"regex-selectors": false,
12+
"errors": false,
13+
"duplicate-background-images": true,
14+
"duplicate-properties": true,
15+
"empty-rules": true,
16+
"selector-max-approaching": false,
17+
"gradients": false,
18+
"fallback-colors": false,
19+
"font-sizes": false,
20+
"font-faces": false,
21+
"floats": false,
22+
"star-property-hack": true,
23+
"outline-none": true,
24+
"import": true,
25+
"ids": true,
26+
"underscore-property-hack": true,
27+
"rules-count": false,
28+
"qualified-headings": true,
29+
"selector-max": false,
30+
"shorthand": true,
31+
"text-indent": true,
32+
"unique-headings": true,
33+
"universal-selector": false,
34+
"unqualified-attributes": true,
35+
"vendor-prefix": true,
36+
"zero-units": true
37+
}

0 commit comments

Comments
 (0)