- Added
grid_layout()
that creates a CSS Grid Layout container for general purposegrid_item()
that creates items in a CSS Grid Layout container.grid_rowwise()
that creates a single rowwise layout with CSS Grid.grid_colwise()
that creates a single columnwise layout with CSS Grid.construct_areas()
that creates CSS values forgrid-template-areas
. This function is implicitly used bygrid_layout()
, but can also be used explicitly and specify the returned value toareas
argument ofgrid_layout()
.
- Achieved 100% code coverage