Adds removing duplicate selectors (same body) within the same scope.
authorGoalSmashers <jakub@goalsmashers.com>
Sun, 27 Oct 2013 09:50:59 +0000 (10:50 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Sat, 2 Nov 2013 16:30:38 +0000 (17:30 +0100)
commit2c4d7c0a92932411e745223ac6ce8ad68abb0e72
tree7b495001c53d26814e96911ab2b8dbbf4b5a072c
parent57fd0165fb03038a42d17044765dd0be752b62dc
Adds removing duplicate selectors (same body) within the same scope.

* Always preserve the last one as it overrides previous ones and intermediate overriding.
lib/selectors/optimizer.js
test/data/big-min.css
test/unit-test.js