Fixes #635 - adds safer `0%` optimizations.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 16 Aug 2015 15:43:07 +0000 (16:43 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 16 Aug 2015 15:51:43 +0000 (16:51 +0100)
commit58064a6f555651b30aec3bd41dff9ed4b1a7e37d
treef2c47be0a4eba134fbb63c576e4e97f45f2f2a95
parent81b9f27be81494d15fcbba89b248992dd0aa1aba
Fixes #635 - adds safer `0%` optimizations.

Apparently we can't turn `0%` into `0` for height & max-height where
layout breaks, see: http://codepen.io/H1D/pen/bdzRJo
History.md
lib/selectors/simple.js
test/selectors/simple-test.js