2024-05-07 UTC
# [Joe_Crawford] My intuition that I could create a `.grid-container > *
{ grid-area: content }
;` then be more specific with selectors - so that anything extra would go to a "content" area was a bad one. They all occupy the same position in the grid so overlap. Sort of interesting but in conflict with the idea of document flow. Elements not accounted for in a grid area just won't show, I believe. A certain utility to that, though.