Skip to content

Instantly share code, notes, and snippets.

@nucliweb
Created October 10, 2014 07:42
Show Gist options
  • Save nucliweb/9324feba9c40e43e8d14 to your computer and use it in GitHub Desktop.
Save nucliweb/9324feba9c40e43e8d14 to your computer and use it in GitHub Desktop.
.csslint
{
"important": false,
"adjoining-classes": false,
"known-properties": false,
"box-sizing": false,
"box-model": false,
"overqualified-elements": false,
"display-property-grouping": false,
"bulletproof-font-face": false,
"compatible-vendor-prefixes": false,
"regex-selectors": false,
"errors": true,
"duplicate-background-images": false,
"duplicate-properties": false,
"empty-rules": false,
"selector-max-approaching": false,
"gradients": false,
"fallback-colors": false,
"font-sizes": false,
"font-faces": false,
"floats": false,
"star-property-hack": false,
"outline-none": false,
"import": false,
"ids": false,
"underscore-property-hack": false,
"rules-count": false,
"qualified-headings": false,
"selector-max": false,
"shorthand": false,
"text-indent": false,
"unique-headings": false,
"universal-selector": false,
"unqualified-attributes": false,
"vendor-prefix": false,
"zero-units": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment