Created
March 1, 2015 06:23
-
-
Save gaspanik/61e560a4c9d694085584 to your computer and use it in GitHub Desktop.
csslint-sample
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-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