From 972624b3605ed43583bbcbc15d4c47a8bb69b137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Fri, 10 Oct 2025 15:52:28 +0200 Subject: [PATCH] [build] edit custom-property-pattern --- stylelint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stylelint.config.js b/stylelint.config.js index a0a65043a..a64bbe7fc 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -26,6 +26,7 @@ module.exports = { "after-comment" ] }], + 'custom-property-pattern': null, // should be kebab-case, except for status, ex: --color-ui--hover "declaration-block-no-redundant-longhand-properties": null, "no-descending-specificity": null, "no-duplicate-selectors": null,