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