CSSLengthOrPercentageNumericValue
typealias CSSLengthOrPercentageNumericValue = CSSNumericValue<out CSSUnitLengthOrPercentage>(source)
A CSS numeric value representing a length or percentage.
This should be preferred over CSSLengthOrPercentageValue when used as a value passed to a CSS property, as it covers a broader range of valid values.