Type Definition style::values::specified::length::NonNegativeLengthOrNormal [] [src]

type NonNegativeLengthOrNormal = Either<NonNegativeLength, Normal>;

Either a NonNegativeLength or the normal keyword.