Type Definition style::values::specified::length::LengthOrNormal
[−]
[src]
type LengthOrNormal = Either<Length, Normal>;
Either a <length> or the normal keyword.