Created
March 9, 2017 17:45
-
-
Save BMOv2600/97083aca68360222d1893cf2cac9233c to your computer and use it in GitHub Desktop.
My CSS lint. Work in progress.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"adjoining-classes": false, | |
"box-model": false, | |
"box-sizing": false, | |
"bulletproof-font-face": false, | |
"compatible-vendor-prefixes": 2, | |
"display-property-grouping": false, | |
"duplicate-background-images": 2, | |
"duplicate-properties": 2, | |
"empty-rules": 2, | |
"fallback-colors": true, | |
"floats": true, | |
"font-faces": false, | |
"font-sizes": false, | |
"gradients": false, | |
"ids": false, | |
"import": false, | |
"important": false, | |
"known-properties": false, | |
"non-link-hover": false, | |
"outline-none": false, | |
"overqualified-elements": false, | |
"qualified-headings": false, | |
"regex-selectors": true, | |
"shorthand": false, | |
"star-property-hack": false, | |
"text-indent": true, | |
"underscore-property-hack": false, | |
"vendor-prefix": 2, | |
"unique-headings": true, | |
"universal-selector": false, | |
"unqualified-attributes": true, | |
"zero-units": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment