From 1fc4f3b641be61721d32aba311fa1abae4aaf830 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 29 Oct 2022 02:14:17 -0400 Subject: [PATCH] docs: stylelint number hue-degree-notation --- docs/.stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.stylelintrc.json b/docs/.stylelintrc.json index e311bae02bf..770ec0698d9 100644 --- a/docs/.stylelintrc.json +++ b/docs/.stylelintrc.json @@ -10,7 +10,7 @@ "declaration-block-no-duplicate-properties": null, "declaration-block-no-redundant-longhand-properties": null, "declaration-block-no-shorthand-property-overrides": null, - "hue-degree-notation": null, + "hue-degree-notation": "number", "indentation": 4, "max-line-length": null, "no-descending-specificity": null,