Fixes #616 - ordering in restructuring.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 24 Jul 2015 12:50:26 +0000 (13:50 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 29 Jul 2015 07:23:31 +0000 (08:23 +0100)
commitea3191ae4469bede5db3c3e1f1823c17e7fe8975
tree9ba82e74802d0300370d46bd5c9bd6399013716f
parent4fed29d8989494ef423163bacfe75d0472a6ff0a
Fixes #616 - ordering in restructuring.

Reverses the order in which properties are traversed so
ones appearing last are processed first, resulting in a
correct restructuring when a longhand appears after a shorthand.
History.md
lib/selectors/restructure.js
test/fixtures/big-min.css
test/fixtures/blueprint-min.css
test/fixtures/bootstrap-min.css
test/selectors/reorderable-test.js
test/selectors/restructure-test.js