Re: [csswg-drafts] [css-grid-2] Ability for grid items to automatically span rows and columns based on content size (#1373)

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