From 7b61d187863e78729b481248062f26775850e995 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Fri, 28 Jun 2024 10:36:04 -0700 Subject: [PATCH] chore(linting): enable stylelint's length-zero-no-unit rule (#9124) --- packages/calcite-components/.stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/calcite-components/.stylelintrc.json b/packages/calcite-components/.stylelintrc.json index 148783395ef..5cbf73c088b 100644 --- a/packages/calcite-components/.stylelintrc.json +++ b/packages/calcite-components/.stylelintrc.json @@ -3,6 +3,7 @@ "extends": "stylelint-config-recommended-scss", "plugins": ["stylelint-use-logical-spec"], "rules": { + "length-zero-no-unit": true, "liberty/use-logical-spec": "always", "no-descending-specificity": [ true,