We use a custom grid template columns with named grid lines for example --grid-template-columns-content: [container-start content-start] repeat(12, [column-start] minmax(0, 100px) [column-end]) ...
The following setup, attempts to assign multiple items to the same name grid area. We would expect the items, not to be drawn atop of each other but more intelligently placed according to the grid ...