hasPossiblyCompatibleUnits abstract method

  1. @internal
bool hasPossiblyCompatibleUnits(
  1. SassNumber other
)

Returns whether this has units that are possibly-compatible with other, as defined by the Sass spec.

Implementation

@internal
bool hasPossiblyCompatibleUnits(SassNumber other);