From 14d841d31a82ca4d415e6714991abd1d3cab1326 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 5 Feb 2023 20:10:29 +0100 Subject: [PATCH] Disable "color-function-notation" stylelint rule --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index b8f0eb23..2aa477b8 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -9,6 +9,7 @@ "scss/at-import-partial-extension": null, "scss/at-rule-no-unknown": true, "at-rule-no-unknown": null, + "color-function-notation": null, "color-hex-length": "long", "color-hex-case": "upper", "comment-whitespace-inside": null,