Fixes #654 - disables length optimizations.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 14 Sep 2015 06:20:51 +0000 (07:20 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 14 Sep 2015 12:12:56 +0000 (13:12 +0100)
commitaa77afea35d4e4c0f84340103a386c5599854e82
tree3db9f2d56f8ad2f45657a205c3111d58ed33b69e
parentf57e3262572126c82244827e71d7617a0646f56e
Fixes #654 - disables length optimizations.

Due to a popular request length unit optimizations are being disabled.

This change (API-wise) is backward-compatible, so there is no need
for a new minor release, however it introduces a
`properties.shorterLengthUnits` switch if someone would like to use
the optimizations again.
12 files changed:
History.md
lib/selectors/simple.js
lib/utils/compatibility.js
test/fixtures/960-min.css
test/fixtures/big-min.css
test/fixtures/blueprint-min.css
test/fixtures/bootstrap-min.css
test/fixtures/issue-304-min.css
test/fixtures/issue-437-min.css
test/integration-test.js
test/selectors/simple-test.js
test/utils/compatibility-test.js