I'm really excited for this. I've been using pure flexbox layouts for a while now, but it still has one major problem, in that your HTML structure still contains layout and positioning information.
Everything is either a column or a row, so in the example layout in the link, you'd need two container divs. Whereas the grid example can be done without any.
Everything is either a column or a row, so in the example layout in the link, you'd need two container divs. Whereas the grid example can be done without any.