Skip to main content

LayoutGridAutoColumnsValue

Type Alias LayoutGridAutoColumnsValue 

Source
pub type LayoutGridAutoColumnsValue = CssPropertyValue<GridAutoTracks>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutGridAutoColumnsValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(GridAutoTracks), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(GridAutoTracks)