From 005097faad3bb23ba3b243cfb424f4c951d66c5e Mon Sep 17 00:00:00 2001 From: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:32:17 -0400 Subject: [PATCH] chore: comment --- .stylelintrc.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.mjs b/.stylelintrc.mjs index d1376c79..485d4860 100644 --- a/.stylelintrc.mjs +++ b/.stylelintrc.mjs @@ -15,7 +15,7 @@ export default { 'order/properties-alphabetical-order': true, '@kong/design-tokens/use-proper-token': true, '@stylistic/indentation': [2, { baseIndentLevel: 0 }], - // Only allow @kong/design-tokens or `--kong-ui-*` CSS custom properties + // Only allow @kong/design-tokens CSS custom properties 'custom-property-pattern': [ '^(kui).+$', {