Re: [csswg-drafts] [css-grid-3] Designer/developer feedback on masonry layout (#10233)

Yes, I feel "masonry" should be part of grid, but I also agree having it as a display value rather than a template-rows setting makes more sense. IIRC, display takes multiple values. So how about something like this?

```
display: grid balance;
```

* Keeps it part of the grid system
* Saves having to worry about what to set for grid-template-rows
* "balance" I feel describes what is it trying to achieve (balance items across the grid)

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


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

Received on Saturday, 27 April 2024 09:21:36 UTC