Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created March 1, 2015 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/61e560a4c9d694085584 to your computer and use it in GitHub Desktop.
Save gaspanik/61e560a4c9d694085584 to your computer and use it in GitHub Desktop.
csslint-sample
{
"adjoining-classes": false,
"box-sizing": false,
"box-model": false,
"compatible-vendor-prefixes": false,
"floats": false,
"font-sizes": false,
"gradients": false,
"important": false,
"known-properties": false,
"outline-none": false,
"qualified-headings": false,
"regex-selectors": false,
"shorthand": false,
"text-indent": false,
"unique-headings": false,
"universal-selector": false,
"unqualified-attributes": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment