Fixes #830 - reordering border-* properties.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 16 Nov 2016 07:36:12 +0000 (08:36 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 16 Nov 2016 10:50:59 +0000 (11:50 +0100)
commitbfa16c32ec2b2b6d272336055dbab64a235fc09c
tree65c1ca611b084e994ee8f75e7ed79ff057e249d3
parenta00f5d6ae61b79a83d86b04aaf865f1ad64f6240
Fixes #830 - reordering border-* properties.

Why:

* `border-X` and `border-<side>-X` were reorderable but obiously one
  cannot reorder them as that may change styling.
History.md
lib/selectors/reorderable.js
test/fixtures/big-min.css
test/fixtures/bootstrap-min.css
test/selectors/reorderable-test.js
test/selectors/restructure-test.js