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