Fixes #874 - regression in at-rule tokenization.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 26 Jan 2017 13:35:42 +0000 (14:35 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 26 Jan 2017 13:49:55 +0000 (14:49 +0100)
commit3987fa499b4a355edf5c7c5f07fb5a641387d45c
tree97003c6734e812c7394d8de33e6eba20cb310c0f
parentb3b31ae42cf347e9259e5de6c7a0e6f0dfd6a302
Fixes #874 - regression in at-rule tokenization.

Why:

* Another case after #872 where at-rules were incorrectly
  tokenized because `propertyToken` wasn't reset.
History.md
lib/tokenizer/tokenize.js
test/tokenizer/tokenize-test.js