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

@FremyCompany 
> I just don't think that 1fr is that one thing you really want to repeat (significantly more often than all the other things you can put in the repeat function).

You seem to be a bit out of touch with how content authors use css grid.

The most common use case for us content authors above all else is X number of equally sized columns.

That makes `repeat(X, minmax(0, 1fr))` the most frequently used pattern. Ok well `repeat(X, 1fr)` is the most frequent used but only because the content usually isn't wide enough to break the grid and people don't want to have to write the minmax stuff if they don't have to.

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

Received on Tuesday, 8 May 2018 14:46:01 UTC