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"] } ] } }