class Sass::Script::Color

def value

Other tags:
    See: #rgb -

Deprecated:
  • This will be removed in version 2.6.
def value
  warn <<END
ECATION WARNING:
Sass::Script::Color #value attribute is deprecated and will be
ved in version 2.6. Use the #rgb attribute instead.
  rgb
end