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