Type Definition style::values::computed::length::NonNegativeLengthOrAuto [] [src]

type NonNegativeLengthOrAuto = Either<NonNegativeLength, Auto>;

Either a computed NonNegativeLength or the auto keyword.