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

I like the idea of a function actually instead of a unit. Units look too much like a single column/row.

Since we want a column generated this way to equal `minmax(0,1fr)` and not actually `1fr` then I don't think `fr(12)` is the right syntax.

I think I would prefer this:

````
grid-template-columns: cols(12);
grid-template-rows: rows(12);
grid-template: rows(4) / cols(3);
````

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

Received on Monday, 14 May 2018 10:13:42 UTC