Re: [csswg-drafts] [css-grid-2] Dual-axis vs. Per-axis Subgrids

I think one of the biggest issues with double axis subgrids is that it would make creating reusable components very hard. I would want to create a component that could accept variable amounts of content and be able to drop it into a variety of layouts. Tying the inner to the outer, and needing to change the outer based on the content of the inner would mean a lot of repetition in CSS to cope with this.

A quick demo of the issue is here: https://codepen.io/rachelandrew/pen/geEeaE

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

Received on Wednesday, 11 April 2018 15:44:27 UTC