Fixes #546 - IE<11 `calc()` issue.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 24 Apr 2015 07:47:02 +0000 (08:47 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 24 Apr 2015 09:23:21 +0000 (10:23 +0100)
commit69686ef0f2db092bd513c49b4ef5e1cd830af02e
tree9327e95b16d2c0ed1aa779cb1dd32fe8b64f2a42
parent7ecbbb2ef66c06b45f205645c076947724458d52
Fixes #546 - IE<11 `calc()` issue.

So IE<11 does not support a space between calc() and whatever comes
after it.

There's gonna be a follow up with #547 in 3.3.
History.md
lib/stringifier/helpers.js
test/integration-test.js
test/selectors/optimizer-test.js