Fixes #885 - don't strip quotes from `font-feature-settings`.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 8 Feb 2017 07:35:01 +0000 (08:35 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Feb 2017 10:31:41 +0000 (11:31 +0100)
commit0281e99931fbdffbcf546234b30e6a343ca9bccf
tree3d2cf4f32496e43cb3f933bd799306fd6a79b8ac
parenta73414b59d3aad081397186d960f67368f724a24
Fixes #885 - don't strip quotes from `font-feature-settings`.

Why:

* Browsers don't get it right when without quotes;
* it'll all be better with whitelist based optimizations, see #889.
History.md
lib/optimizer/level-1/optimize.js
test/optimizer/level-1/optimize-test.js