Skip to main content

LayoutGridTemplateColumnsValue

Type Alias LayoutGridTemplateColumnsValue 

Source
pub type LayoutGridTemplateColumnsValue = CssPropertyValue<GridTemplate>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(GridTemplate)