Lines 5-13
Link Here
|
5 |
], |
5 |
], |
6 |
"rules": { |
6 |
"rules": { |
7 |
"alpha-value-notation": null, |
7 |
"alpha-value-notation": null, |
|
|
8 |
"color-function-notation": "legacy", |
8 |
"color-hex-case": "upper", |
9 |
"color-hex-case": "upper", |
9 |
"color-hex-length": null, |
10 |
"color-hex-length": null, |
10 |
"color-named": "never", |
11 |
"color-named": "never", |
|
|
12 |
"declaration-colon-newline-after": null, |
11 |
"declaration-colon-space-after": "always", |
13 |
"declaration-colon-space-after": "always", |
12 |
"declaration-no-important": true, |
14 |
"declaration-no-important": true, |
13 |
"function-parentheses-space-inside": "always", |
15 |
"function-parentheses-space-inside": "always", |
Lines 17-22
Link Here
|
17 |
"media-feature-parentheses-space-inside": "always", |
19 |
"media-feature-parentheses-space-inside": "always", |
18 |
"no-descending-specificity": null, |
20 |
"no-descending-specificity": null, |
19 |
"no-duplicate-selectors": true, |
21 |
"no-duplicate-selectors": true, |
|
|
22 |
"no-invalid-position-at-import-rule": null, |
20 |
"number-leading-zero": "never", |
23 |
"number-leading-zero": "never", |
21 |
"order/properties-alphabetical-order": true, |
24 |
"order/properties-alphabetical-order": true, |
22 |
"selector-class-pattern": null, |
25 |
"selector-class-pattern": null, |
23 |
- |
|
|