class Sass::Script::Value::Color

def inspect

Returns:
  • (String) - The hex value
def inspect
  alpha? ? rgba_str : hex_str
end