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

type LengthOrAuto = Either<Length, Auto>;

Either a computed <length> or the auto keyword.