Module alignment

Source
Expand description

Alignment of tracks and final positioning of items

FunctionsΒ§

align_and_position_item πŸ”’
Align and size a grid item into it’s final position
align_item_within_area πŸ”’
Align and size a grid item along a single axis
align_tracks πŸ”’
Align the grid tracks within the grid according to the align-content (rows) or justify-content (columns) property. This only does anything if the size of the grid is not equal to the size of the grid container in the axis being aligned.