From e7bd4e7eda8869f1b0db87d04c8271ebd7100150 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 7 Mar 2023 13:17:32 +0300 Subject: Cleanup some linter errors and warnings --- .stylelintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index f9fd8f59..7584873d 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -16,6 +16,7 @@ "selector-type-case": null, "selector-id-pattern": null, "selector-class-pattern": null, - "color-function-notation": "legacy" + "color-function-notation": "legacy", + "alpha-values-notation": "number" } } -- cgit v1.2.3