Improves restructuring optimizations.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 22 Feb 2015 12:52:34 +0000 (12:52 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 25 Feb 2015 22:04:54 +0000 (22:04 +0000)
commitd40082464825d184743517464c5f9183d3c7d1a6
tree057bd4cd236589f4941207d13d9d391c1cb4019e
parent791d97ba87645daee5ce18601b7e014543685f39
Improves restructuring optimizations.

We were not using restructuring optimizer fully, because every property that
was previously encountered, was not reused again, see `optimizer-test.js`
for a use case.
lib/selectors/optimizers/advanced.js
test/fixtures/big-min.css
test/fixtures/blueprint-min.css
test/fixtures/font-awesome-min.css
test/selectors/optimizer-test.js