Type Definition style::values::specified::flex::FlexBasis [] [src]

type FlexBasis = GenericFlexBasis<LengthOrPercentage>;

A specified value for the flex-basis property.

Trait Implementations

impl Parse for FlexBasis
[src]

[src]

Parse a value of this type. Read more