From b411eb00e20de86f32e78bdc25f2a349d0afeb5b Mon Sep 17 00:00:00 2001 From: Ute Mayer-Dohmen Date: Mon, 30 Oct 2023 16:09:42 +0100 Subject: [PATCH] Update stylelint config --- .stylelintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 364352f7c..dad6572c8 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -7,6 +7,7 @@ rules: color-no-hex: true color-function-notation: null declaration-no-important: true + declaration-block-no-redundant-longhand-properties: null function-no-unknown: null import-notation: null max-nesting-depth: 3