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