class Crass::TokenScanner

def reconsume

http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/#reconsume-the-current-input-token

Reconsumes the current token, moving the pointer back one position.
def reconsume
  @pos -= 1 if @pos > 0
end