class Sass::Script::CssLexer

def important

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