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

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).

In other words, creating a shortcut to easily repeat a fixed number of `1fr` tracks seems like it fits your current specific use case, but I don't think it warrants the additional syntax because there is a lot of diversity in grid track sizing, and I don't think `1fr` is even the majority of what people use in the repeat function. 

----------------------------------------------------

More fundamentally, I don't think we want to get an <integer> to create tracks on its own because we already have `grid: 0 / 0` which creates a grid with one track of 0px breadth in each direction

> https://wptest.center/#/2x9sn4 (contrived example but I just wanted to show the syntax is valid)

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

Received on Monday, 5 February 2018 22:52:23 UTC