Skip to content

Instantly share code, notes, and snippets.

@BMOv2600
Created March 9, 2017 17:45
Show Gist options
  • Save BMOv2600/97083aca68360222d1893cf2cac9233c to your computer and use it in GitHub Desktop.
Save BMOv2600/97083aca68360222d1893cf2cac9233c to your computer and use it in GitHub Desktop.
My CSS lint. Work in progress.
{
"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