Demos-old/.csslintrc

39 строки
1005 B
Plaintext

{
"adjoining-classes": false,
"box-model": false,
"box-sizing": false,
"bulletproof-font-face": false,
"compatible-vendor-prefixes": true,
"display-property-grouping": true,
"duplicate-background-images": true,
"duplicate-properties": true,
"empty-rules": true,
"errors": true,
"fallback-colors": false,
"floats": true,
"font-faces": true,
"font-sizes": true,
"gradients": true,
"ids": false,
"import": true,
"important": true,
"known-properties": true,
"order-alphabetical": false,
"outline-none": true,
"overqualified-elements": true,
"qualified-headings": false,
"regex-selectors": false,
"rules-count": false,
"selector-max": false,
"selector-max-approaching": false,
"selector-newline": true,
"shorthand": true,
"star-property-hack": true,
"text-indent": true,
"underscore-property-hack": true,
"unique-headings": false,
"universal-selector": false,
"unqualified-attributes": false,
"vendor-prefix": true,
"zero-units": true
}