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