CSSPercentageNumericValue

typealias CSSPercentageNumericValue = CSSNumericValue<out CSSUnitPercentage>(source)

A CSS numeric value representing a percentage.

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