Adds property overriding so more coarse properties override more granular ones.
authorGoalSmashers <jakub@goalsmashers.com>
Thu, 31 Oct 2013 08:16:26 +0000 (09:16 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Sun, 3 Nov 2013 08:49:23 +0000 (09:49 +0100)
commit1f71d7bcab1b66f301c74249a7701588d3dc8edd
tree838ad7f011bb7f9a55ea288184a737d8f983c2e8
parentb00a36ec631895c507ce1590a5f14929df8f44d0
Adds property overriding so more coarse properties override more granular ones.

* E.g. 'border-top' overrides 'border-top-width' and 'border-top-color'.
* Another example is 'margin' overriding 'margin-(bottom|left|right|top)'.
History.md
lib/properties/optimizer.js
test/data/big-min.css
test/unit-test.js