From 434e4818ff70e618a673c9e47abafea2d0f97535 Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Thu, 3 Jun 2021 14:29:45 +0200 Subject: [PATCH] ci: upgrade stylelint configuration to match breaking change --- .stylelintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index bed6b901a5e..31b838304b8 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -30,7 +30,12 @@ "alpha-value-notation": ["percentage"], "hue-degree-notation": ["number"], "color-function-notation": ["modern"], - "length-zero-no-unit": [true, "custom-properties"], + "length-zero-no-unit": [ + true, + { + "ignore": ["custom-properties"] + } + ], "font-weight-notation": [ "numeric", {