declaration-block-no-redundant-longhand-properties
Enable [`declaration-block-no-redundant-longhand-properties`](https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/) and autofix issues. The exclusions are because I find these two shorthands to be harder to read.
Fixes #30097, regression from #29894.
Removed the grid module and moved the used parts it into our own CSS, eliminating around 75% unused CSS in turn.