pub type NonNegativeLengthOrAuto = GenericLengthPercentageOrAuto<NonNegativeLength>;
Expand description
Either a non-negative <length>
or the auto
keyword.
pub type NonNegativeLengthOrAuto = GenericLengthPercentageOrAuto<NonNegativeLength>;
Either a non-negative <length>
or the auto
keyword.