Module grid

Source
Expand description

CSS properties related to grid layout.

Structs§

Grid
A value for the grid shorthand property.
GridArea
A value for the grid-area shorthand property.
GridAutoFlow
A value for the grid-auto-flow property.
GridColumn
A value for the grid-row shorthand property.
GridRow
A value for the grid-row shorthand property.
GridTemplate
A value for the grid-template shorthand property.
TrackList
A <track-list> value, as used in the grid-template-rows and grid-template-columns properties.
TrackRepeat
A <track-repeat> value, representing the repeat() function in a track list.
TrackSizeList
A track size list, as used in the grid-auto-rows and grid-auto-columns properties.

Enums§

GridLine
A <grid-line> value, used in the grid-row-start, grid-row-end, grid-column-start, and grid-column-end properties.
GridTemplateAreas
A value for the grid-template-areas property.
RepeatCount
A <repeat-count> value, used in the repeat() function.
TrackBreadth
A <track-breadth> value.
TrackListItem
Either a track size or repeat() function.
TrackSize
A <track-size> value, as used in the grid-template-rows and grid-template-columns properties.
TrackSizing
A track sizing value for the grid-template-rows and grid-template-columns properties.