Initial commit
[yaffs-website] / web / .csslintrc
1 {
2   "important": true,
3   "adjoining-classes": false,
4   "known-properties": true,
5   "box-sizing": false,
6   "box-model": true,
7   "overqualified-elements": true,
8   "display-property-grouping": true,
9   "bulletproof-font-face": false,
10   "compatible-vendor-prefixes": false,
11   "regex-selectors": false,
12   "errors": false,
13   "duplicate-background-images": true,
14   "duplicate-properties": true,
15   "empty-rules": true,
16   "selector-max-approaching": false,
17   "gradients": false,
18   "fallback-colors": false,
19   "font-sizes": false,
20   "font-faces": false,
21   "floats": false,
22   "star-property-hack": true,
23   "outline-none": true,
24   "import": true,
25   "ids": true,
26   "underscore-property-hack": true,
27   "rules-count": false,
28   "qualified-headings": true,
29   "selector-max": false,
30   "shorthand": true,
31   "text-indent": true,
32   "unique-headings": true,
33   "universal-selector": false,
34   "unqualified-attributes": true,
35   "vendor-prefix": true,
36   "zero-units": true
37 }