Introducing CSS Subgrid

The CSS Grid Layout Module Level 2 expands on the CSS Grid Layout Module with the introduction of the subgrid feature. The new value “subgrid” in the grid-template-columns and grid-template-rows properties enables nested grid items to inherit the track definition from the parent container, instead of creating a new track, the nested grid item inherited the tracks definition from the parent container.