- From: Dusty Pomerleau via GitHub <noreply@w3.org>
- Date: Mon, 27 Oct 2025 22:26:34 +0000
- To: public-css-archive@w3.org
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