pub type FlexBasis = FlexBasis<Size>;
Expand description
A specified value for the flex-basis
property.
Aliased Type§
enum FlexBasis {
Content,
Size(GenericSize<NonNegative<LengthPercentage>>),
}
pub type FlexBasis = FlexBasis<Size>;
A specified value for the flex-basis
property.
enum FlexBasis {
Content,
Size(GenericSize<NonNegative<LengthPercentage>>),
}