-
_alanbsmith Yes, they solve different problems. Grid aligns to a 2d layout, defined by the parent. Structure-in. Flex distributes space between siblings on 1d. No structure, just elements sharing space.
-
_alanbsmith That does often mean that grid is good for larger layouts - but grid can also handle media-blocks etc, smaller structures that work on 2d, or outside-in.