From 3799950b0a869aee0e2725a8aafbb53c26723942 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 14:46:06 +0200 Subject: Update --- .stylelintrc.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index 478ae4e..c00dafa 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -8,6 +8,14 @@ "@stylistic/number-leading-zero": "never", "@stylistic/declaration-colon-space-after": null, "max-nesting-depth": 7, + "length-zero-no-unit": [ + true, + { + "ignoreFunctions": [ + "/^props\\.def/" + ] + } + ], "selector-class-pattern": [ "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", { -- cgit v1.2.3-70-g09d2