Fixes #498 - restructuring content with flexbox properties.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 17 Mar 2015 19:33:07 +0000 (19:33 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 17 Mar 2015 20:36:27 +0000 (20:36 +0000)
commite0bac9f60d5055a62e3d4ab4ae556743d106fae5
treeb4cfadb29a2c7dd52ff43f55b1543abe358c53b9
parent9c74966ff7bc2a0fafcf94277a8e5ac321b4a0cc
Fixes #498 - restructuring content with flexbox properties.

Flexbox is quite tricky as there are many different properties which
can't be reordered. Instead of implementing fine grained rules for all
of them we simply block flexbox from being restructured.

Potentially we should revisit it at some point to find out if restructuring
groups of properties would be a good idea.
History.md
lib/properties/reorderable.js
test/properties/reorderable-test.js