From d3decdb12edd532292130c86c209cf38094efa2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20V=C3=A1clav=C3=ADk?= Date: Mon, 11 Mar 2024 17:01:21 +0100 Subject: [PATCH] chore(suite): Update stylelint color notation --- .stylelintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index d25506c4797..092323caaae 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -5,6 +5,8 @@ "declaration-empty-line-before": null, "media-query-no-invalid": null, "media-feature-range-notation": null, - "no-empty-source": null + "no-empty-source": null, + "color-function-notation": null, + "alpha-value-notation": null } }