Re: [csswg-drafts] [css-grid] Indefinite spans

That's doable anyway - set the appropriate `-end` property to -1, and 
it'll go to the end.

For the actually-useful case of "fill the grid regardless of how many 
columns it has", you can write `grid-column: 1 / -1`;

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

Received on Tuesday, 9 August 2016 00:49:24 UTC