Bug 30280: Elasticsearch - Add 040f to Subject-heading-thesaurus-conventions (new...
[koha-ffzg.git] / .stylelintrc.json
index 769ac5d..5bf3054 100644 (file)
@@ -5,9 +5,11 @@
   ],
   "rules": {
       "alpha-value-notation": null,
+      "color-function-notation": "legacy",
       "color-hex-case": "upper",
       "color-hex-length": null,
       "color-named": "never",
+      "declaration-colon-newline-after": null,
       "declaration-colon-space-after": "always",
       "declaration-no-important": true,
       "function-parentheses-space-inside": "always",
       "media-feature-parentheses-space-inside": "always",
       "no-descending-specificity": null,
       "no-duplicate-selectors": true,
+      "no-invalid-position-at-import-rule": null,
       "number-leading-zero": "never",
       "order/properties-alphabetical-order": true,
+      "scss/dollar-variable-pattern": null,
+      "scss/no-global-function-names": null,
       "selector-class-pattern": null,
       "selector-id-pattern": null,
       "selector-no-qualifying-type": null,