sub method

CSSNumericValue sub(
  1. CSSNumberish values
)

The sub() method of the CSSNumericValue interface subtracts a supplied number from the CSSNumericValue.

Implementation

external CSSNumericValue sub(CSSNumberish values);