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