Update stylelint

This commit is contained in:
Kuba Orlik 2025-08-20 21:09:27 +02:00
parent 798984c18b
commit a6446eb296

View File

@ -29,7 +29,7 @@
], ],
"declaration-block-no-redundant-longhand-properties": [ "declaration-block-no-redundant-longhand-properties": [
true, true,
{ "ignoreShorthands": ["place-self", "gap", "grid-gap"] } { "ignoreShorthands": ["place-self", "gap", "grid-gap", "grid-template"] }
] ]
} }
} }