Re: [css-grid] grid shorthand and grid-auto-rows/cols

On 02/28/2016 04:08 PM, François REMY wrote:
> That looks a bit too magic to me.

It's fairly standard shorthanding. The 'grid' property already controls
both 'grid-template-rows' and 'grid-auto-rows'.

> What if we just specified that when the last item of a "grid-template-<track>"
> list is "repeat(auto-fit, ...)" containing one track it also sets
> "grid-auto-<track>s" to that track size?

That's way more magical!

~fantasai

Received on Sunday, 28 February 2016 23:28:23 UTC