class Sass::Value::Number

def convert_to_match(other, name = nil, other_name = nil)

Returns:
  • (Number) -

Parameters:
  • other (Number) --
def convert_to_match(other, name = nil, other_name = nil)
  Number.new(convert_value_to_match(other, name, other_name), {
               numerator_units: other.numerator_units,
               denominator_units: other.denominator_units
             })
end