class Sass::Constant::Color
def plus(other)
def plus(other) if other.is_a? Sass::Constant::String Sass::Constant::String.from_value(self.to_s + other.to_s) else piecewise(other, :+) end end
def plus(other) if other.is_a? Sass::Constant::String Sass::Constant::String.from_value(self.to_s + other.to_s) else piecewise(other, :+) end end