Re: [csswg-drafts] [css-grid] Control size of individual gutters independently (#1659)

Any updates on this request?
It is definitely my most wanted CSS feature.

My use cases:
1. Instead of using margin/padding to space out elements, we could almost eliminate them by controlling individual gutters/gaps.
ie. `row-gap: 1.5rem 2rem 5rem;`
I find myself having to use both margin and gaps to space out elements the way I want, which seems a bit messy.

2. There are certain grid lines I may not want gaps on, as it can affect the overall width/height of a layout.
If we could define individual gaps like: `column-gap: 0 repeat(2, 1rem) 0;` that would be a game changer.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 4 May 2023 18:46:38 UTC