From 726c8b704d426a76145bbc3fb7dc0a2d03a2becb Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Tue, 19 Nov 2024 10:51:21 +0100 Subject: [PATCH] some stylelint work --- .stylelintrc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index 4e01a95..d8e9359 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -12,6 +12,11 @@ ] } ], + "declaration-property-unit-disallowed-list": { + "font-size": [ + "px" + ] + }, "declaration-block-no-redundant-longhand-properties": true, "declaration-block-no-shorthand-property-overrides": true, "font-family-no-duplicate-names": true,