class Sass::Script::CssLexer

def important

def important
  s = scan(IMPORTANT)
  return unless s
  [:raw, s]
end