pub type LayoutGridTemplateColumnsValue = CssPropertyValue<GridTemplate>;Aliased Type§
#[repr(C, u8)]pub enum LayoutGridTemplateColumnsValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(GridTemplate),
}pub type LayoutGridTemplateColumnsValue = CssPropertyValue<GridTemplate>;#[repr(C, u8)]pub enum LayoutGridTemplateColumnsValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(GridTemplate),
}