- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 May 2018 00:18:17 +0000
- To: public-css-archive@w3.org
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