pub type Size = GenericSize<NonNegativeLengthPercentage>;
Expand description
A computed value for min-width
, min-height
, width
or height
property.
Aliased Type§
enum Size {
LengthPercentage(NonNegative<LengthPercentage>),
Auto,
}
pub type Size = GenericSize<NonNegativeLengthPercentage>;
A computed value for min-width
, min-height
, width
or height
property.
enum Size {
LengthPercentage(NonNegative<LengthPercentage>),
Auto,
}