View | Details | Raw Unified | Return to bug 31528
Collapse All | Expand All

(-)a/.stylelintrc.json (-1 / +5 lines)
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-24 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,
25
      "scss/dollar-variable-pattern": null,
26
      "scss/no-global-function-names": null,
22
      "selector-class-pattern": null,
27
      "selector-class-pattern": null,
23
      "selector-id-pattern": null,
28
      "selector-id-pattern": null,
24
      "selector-no-qualifying-type": null,
29
      "selector-no-qualifying-type": null,
25
- 

Return to bug 31528