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