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