Re: [csswg-drafts] [css-grid] Shortcut syntax for repeat(M, 1fr)

Also the default size for a track is `auto` (if `grid-auto-columns|rows` is not defined).
So maybe `grid: 3 / 4;` could be something like `grid: repeat(3, auto) / repeat(4, auto)`.

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

Received on Tuesday, 6 February 2018 10:52:08 UTC