class Sass::Script::Parser

def literal

def literal
  t = try_tok(:color)
  return literal_node(t.value, t.source_range) if t
end