Skip to content
Snippets Groups Projects
Commit 5f37ebc4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file...

Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file that's in line with our CSS standards.
parent 27b28ea4
No related branches found
No related tags found
Loading
{
"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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment