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 accountReceived on Thursday, 9 June 2016 12:49:16 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:40:59 UTC