CSSAngleNumericValue

typealias CSSAngleNumericValue = CSSNumericValue<out CSSUnitAngle>(source)

A CSS numeric value representing an angle.

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