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