CSSLengthNumericValue

typealias CSSLengthNumericValue = CSSNumericValue<out CSSUnitLength>(source)

A CSS numeric value representing a length.

This should be preferred over CSSLengthValue when used as a value passed to a CSS property, as it covers a broader range of valid values.