Fixes #945 - hex RGBA colors in IE filters.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 28 Jun 2017 12:31:07 +0000 (14:31 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 29 Jun 2017 06:53:01 +0000 (08:53 +0200)
commitdf02347ae3aba40cebb65406b5e94196d1a5ca4d
tree475d688fd22056f27cc7409aab7ff0148f3a4e0c
parenta2511c9a0469121dd7a21dd2af683767b55ef3b0
Fixes #945 - hex RGBA colors in IE filters.

Why:

* IE filters support hex RGBA colors and we were not matching correctly
  against them.
History.md
lib/optimizer/level-1/optimize.js
test/optimizer/level-1/optimize-test.js