to method

CSSUnitValue to(
  1. String unit
)

The to() method of the CSSNumericValue interface converts a numeric value from one unit to another.

Implementation

external CSSUnitValue to(String unit);