Fixes #595 - more relaxed flat block matching.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 14 Jun 2015 13:52:45 +0000 (14:52 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 14 Jun 2015 14:56:53 +0000 (15:56 +0100)
commit021dce2c1accdb23525fee61c49ee86392864d97
tree7a591da0b724bdb2a76f1f85777420776cd8ad47
parentb95450b056ba25c689b8a92b3868e6111bba5765
Fixes #595 - more relaxed flat block matching.

Apparently there are IE hacks that allow mixing flat block
declarations with pseudoselectors:

```css
/* IE 10 special css */
_:-ms-lang(x), @-ms-viewport {
  width: auto\9 !important;
}
```
History.md
lib/tokenizer/tokenize.js
test/tokenizer/tokenizer-test.js