Fixes #232 - edge case in non-adjacent selectors merging.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Fri, 7 Feb 2014 21:07:24 +0000 (21:07 +0000)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Fri, 7 Feb 2014 21:12:17 +0000 (21:12 +0000)
commitdfd9fc59e0c3ce336ac9db1cb0a2321c63ff5bb5
treed18f6913dcf7a44e4b25ba738d26f28b5ae7c4e6
parentc3e4bb319dbb3231b6961c07b64720c8107cfc04
Fixes #232 - edge case in non-adjacent selectors merging.

Gets rid of an edge case when non-adjacent selectors merging can lead to incorrect overridding of properties.
History.md
lib/selectors/optimizer.js
test/data/issue-232-min.css [new file with mode: 0644]
test/data/issue-232.css [new file with mode: 0644]