Re: [csswg-drafts] [css-grid-2] subgrid and grid-gap

I don't think it's that strange. If I set `grid-gap: 0` on the sub grid that is exactly what I would expect to see.

What is a bit more awkward is if the subgrid `grid-gap` setting is greater than it's parent `grid-gap` size. That would most likely need to be resolved by eating into the grid cell column/row sizes or you could make the maximum gap size on sub grids the size of the outer `grid-gap`. That wouldn't be as useful though.

I'm really not fond of the idea of having to go back to using margin. It's immensely more difficult to use than grid-gap for adding spacing between grid cells :(

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

Received on Thursday, 8 February 2018 08:43:36 UTC