Refixes #648 - apply at-rule support.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 24 Aug 2015 04:36:18 +0000 (05:36 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 24 Aug 2015 04:36:18 +0000 (05:36 +0100)
commit5af1d1295f9bd33d35a7009ca0a8500f1f7e1261
tree9bead60bca677980e50eed9fae324e07e5cb5f88
parent96096402eaaeb4947afa7ecacba0982381a244f4
Refixes #648 - apply at-rule support.

We were not trimming the token before checking for @ character so
only rules without whitespace were working fine.
lib/tokenizer/extract-properties.js
test/integration-test.js
test/tokenizer/tokenizer-test.js