Expand description

CSS properties related to grid layout.

Structs

A value for the grid shorthand property.

A value for the grid-area shorthand property.

A value for the grid-auto-flow property.

A value for the grid-row shorthand property.

A value for the grid-row shorthand property.

A value for the grid-template shorthand property.

A <track-list> value, as used in the grid-template-rows and grid-template-columns properties.

A <track-repeat> value, representing the repeat() function in a track list.

A track size list, as used in the grid-auto-rows and grid-auto-columns properties.

Enums

A <grid-line> value, used in the grid-row-start, grid-row-end, grid-column-start, and grid-column-end properties.

A value for the grid-template-areas property.

A <repeat-count> value, used in the repeat() function.

Either a track size or repeat() function.

A <track-size> value, as used in the grid-template-rows and grid-template-columns properties.

A track sizing value for the grid-template-rows and grid-template-columns properties.