Re: [csswg-drafts] [css-grid-1] Flex like control over grid items

You can use `grid-column: span 2;` for that. Isn't that enough?

BTW, `flex-grow` from Flexbox is somehow similar to `fr` in Grid. So things like `flex: 2;` could be similar to a column with `2fr`.

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

Received on Wednesday, 10 May 2017 10:28:59 UTC