operator % method

CssValue operator %(
  1. num other
)

Returns the remainder of dividing this value's number by other.

Implementation

CssValue operator %(num other) =>  CssValue(number % other, unit);