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