>>2046the problem with using
display: contents
is how it completely strips the element of its ability to have a background or padding. if you cant wrap the content in a container with its own styling, youre basically just moving the grid tracks around without any visual boundaries. are you planning on using
subgrid to handle the alignment of those nested areas? ❓