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