Re: [csswg-drafts] [css-grid-3] Masonry Switch Syntax (#12022)

The packed layout aligns things in just one axis, so it's packed as opposed to grid, rather than a packed form of grid—much in the same way that a flex container is not a grid, even though they share some terminology.

```css
.packed-layout {
    display: packed;
    packed-template: 1fr 1fr;
    /* etc... */
}
```
    

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


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

Received on Monday, 27 October 2025 22:26:35 UTC