Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file that's in line with our CSS standards.

8.0.x
Alex Pott 2014-09-08 15:11:43 +01:00
parent 27b28ea4a6
commit 5f37ebc4c6
1 changed files with 37 additions and 0 deletions

37
.csslintrc Normal file
View File

@ -0,0 +1,37 @@
{
"important": true,
"adjoining-classes": false,
"known-properties": true,
"box-sizing": false,
"box-model": true,
"overqualified-elements": true,
"display-property-grouping": true,
"bulletproof-font-face": false,
"compatible-vendor-prefixes": false,
"regex-selectors": false,
"errors": false,
"duplicate-background-images": true,
"duplicate-properties": true,
"empty-rules": true,
"selector-max-approaching": false,
"gradients": false,
"fallback-colors": false,
"font-sizes": false,
"font-faces": false,
"floats": false,
"star-property-hack": true,
"outline-none": true,
"import": true,
"ids": true,
"underscore-property-hack": true,
"rules-count": false,
"qualified-headings": true,
"selector-max": false,
"shorthand": true,
"text-indent": true,
"unique-headings": true,
"universal-selector": false,
"unqualified-attributes": true,
"vendor-prefix": true,
"zero-units": true
}