everyone talks about
display: grid
but we still struggle with nested alignment. using subgrid to inherit the tracks of a parent container makes
complex card layouts much more manageable without adding extra wrapper divs. it feels like the end of the era where we had to
hack our way through manual row heights.
>the gap between grid and subgrid is narrowing fastits becoming hard to find any reason to avoid it for simple component architectures.
we might actually stop using flexbox for every single horizontal list by next year once we master the more granular control available in modern engine implementations.