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