Fixes #754 - treats empty rule as unmergeable.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 9 Apr 2016 15:18:15 +0000 (17:18 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 9 Apr 2016 15:28:05 +0000 (17:28 +0200)
commitd213d46385a366ea7a265835a1aa17e0e29e1aea
treee6df05993cf7f5c61b99108f5bcc27e706fb450d
parent2521f35cfdb644cac70b32ad2bbc763a055a8db7
Fixes #754 - treats empty rule as unmergeable.

Firefox and Chrome just ignore such rules while IE ignores empty rule
and interprets the rest correctly. This means it could be used as a
IE hack.
History.md
lib/utils/compatibility.js
test/selectors/merge-adjacent-test.js
test/selectors/merge-non-adjacent-by-body-test.js
test/selectors/restructure-test.js