From ffc424259ebe5d670136d6c6183f3d65632655a5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 May 2023 14:27:35 +0200 Subject: Fix scss lint --- client/.stylelintrc.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/.stylelintrc.json') diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json index 3b6a465e1..9f8afa29c 100644 --- a/client/.stylelintrc.json +++ b/client/.stylelintrc.json @@ -4,7 +4,6 @@ "scss/at-import-no-partial-leading-underscore": null, "color-hex-case": null, "color-hex-length": null, - "order/properties-alphabetical-order": null, "selector-pseudo-element-no-unknown": [ true, { @@ -24,7 +23,6 @@ "rule-empty-line-before": null, "selector-max-id": null, "scss/at-function-pattern": null, - "function-parentheses-space-inside": "never-single-line", "property-no-vendor-prefix": [ true, { -- cgit v1.2.3