Re: [csswg-drafts] [css-grid] What happens with grid line names when dropping tracks

Just to clarify things a new example:
`grid-template-columns: 200px repeat(auto-fit, [a] 50px [b]) 100px;`

If you have no items, what would be the result using the options by 
@svillar on the first comment?
a. "Collapse" the lines: `grid-template-columns: 200px [a b] 100px;`
b. Remove the lines: `grid-template-columns: 200px 100px;`

BTW I also think that (b) is the best option in this case.

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

Received on Thursday, 9 June 2016 12:49:16 UTC