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