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

type LengthOrNone = Either<Length, None_>;

Either a computed <length> or the none keyword.