Fixes #625 - adds length unit conversions.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 13 Aug 2015 07:20:33 +0000 (08:20 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 13 Aug 2015 12:22:21 +0000 (13:22 +0100)
commit78e04c83062de11d204881cfbaae9d2a20ce6000
treef5c1d4d354f980865aeaf5fa6b759ee91253588c
parent9f1f358fc1d87e56408de1031c9ab0ec2efe0dad
Fixes #625 - adds length unit conversions.

* Converts px -> in (96px -> 1in);
* Converts px -> pc (16px -> 1pc);
* Converts px -> pt (4px -> 3pt).
16 files changed:
History.md
lib/selectors/simple.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/properties/optimizer-test.js
test/selectors/merge-adjacent-test.js
test/selectors/merge-media-queries-test.js
test/selectors/reduce-non-adjacent-test.js
test/selectors/remove-duplicates-test.js
test/selectors/restructure-test.js
test/selectors/simple-test.js