Fixes #496 - space after bracket removal inside `calc`.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 16 Mar 2015 18:52:29 +0000 (18:52 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 16 Mar 2015 20:10:25 +0000 (20:10 +0000)
commit5c99900f2989837a14844dc75d948b36637b728a
tree35156b3c4cfbf0df00b360465e479979d240b41c
parent1bf840040c5d2f745c6e8ea12dbc743413700864
Fixes #496 - space after bracket removal inside `calc`.

In case of `) -` and `) +` in `calc` expressions a space should not
be removed at all times.
History.md
lib/selectors/optimizers/simple.js
test/integration-test.js