Skip to main content

LayoutGridTemplateRowsValue

Type Alias LayoutGridTemplateRowsValue 

Source
pub type LayoutGridTemplateRowsValue = CssPropertyValue<GridTemplate>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(GridTemplate)