Re: [csswg-drafts] [css-grid] Styling Grid Gaps/Gutters (#2748)

Note that `grid-gap` got renamed to just [`gap` (and also `grid-row-gap` and `grid-column-gap` to `row-gap` and `column-gap`)](https://drafts.csswg.org/css-align/#gaps) in order to be also used in flexbox and multi-column layout.

The rule styles might be applied directly in the `gap` property but this also brings some disadvantages. First, it would make the lengths ambiguous, because it mixes the sizes of the gaps with the width and length of the rule. Second, it requires you to always define both when you only want to overwrite one of them.

Sebastian

-- 
GitHub Notification of comment by SebastianZ
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2748#issuecomment-554805123 using your GitHub account

Received on Monday, 18 November 2019 00:20:41 UTC