Fixes #245 - incorrect handling of backslash IE hack.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Tue, 25 Feb 2014 20:25:17 +0000 (20:25 +0000)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Tue, 25 Feb 2014 21:09:00 +0000 (21:09 +0000)
commit13237b49488bd781e9b9100732b07d049cb228e9
treed1547651820fe097a2c357a7fd9b96492f259303
parent346a1bd12bc73a1eb921be6e90ea71a178747a77
Fixes #245 - incorrect handling of backslash IE hack.

Backslash hack '\9' (which is accepted in IE[678]) should be handled correctly
if ie8 or ie7 compatibility is requested.
History.md
lib/clean.js
lib/properties/optimizer.js
lib/selectors/optimizer.js
test/unit-test.js