- From: Daniel Tonon via GitHub <sysbot+gh@w3.org>
- Date: Sat, 11 Jan 2020 07:35:47 +0000
- To: public-css-archive@w3.org
Oh actually I also like @ajkandy idea of being able to [restrict a minimum and maximum span size](https://github.com/w3c/csswg-drafts/issues/1373#issuecomment-502289716). I would imagine the syntax to look like this though:
```css
.minmax-span {
/* Based on the size of the grid cell content, it can span between 1 and 3 columns */
grid-column: span minmax(1, 3);
}
```
--
GitHub Notification of comment by Dan503
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1373#issuecomment-573291719 using your GitHub account
Received on Saturday, 11 January 2020 07:35:49 UTC