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

It can repeat whatever you think would be most useful, `1fr` was just a suggestion. `minmax(auto, 1fr)` or `minmax(0, 1fr)` would also be fine, even `auto`. My point was more about how it would be useful to have a `<number>` syntax as a shortcut for `repeat(n, something)`. I don't know if this applies to others, but I always end up writing this by accident, being puzzled for a bit, then remembering I have to use `repeat()`.

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

Received on Tuesday, 8 May 2018 00:18:20 UTC