Type Definition style::values::specified::length::NonNegativeLengthOrAuto
[−]
[src]
type NonNegativeLengthOrAuto = Either<NonNegativeLength, Auto>;
Either a NonNegativeLength or the auto
keyword.