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