From a6446eb296a15e9bea44ddcf644b686d36fa955e Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 20 Aug 2025 21:09:27 +0200 Subject: [PATCH] Update stylelint --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 49e2301..acf1044 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -29,7 +29,7 @@ ], "declaration-block-no-redundant-longhand-properties": [ true, - { "ignoreShorthands": ["place-self", "gap", "grid-gap"] } + { "ignoreShorthands": ["place-self", "gap", "grid-gap", "grid-template"] } ] } }