Looking for suggestions on a CSS generator that supports writing image filter declarations in IE syntax, along with web-kit and filter compatibility.
The specific properties I would like to replicate in IE are:
filter: grayscale(1) contrast(1) brightness(1);
mix-blend-mode: luminosity;
opacity:.5;
filter: invert(42%) sepia(39%) saturate(2795%) hue-rotate(350deg)
brightness(100%) contrast(90%);
Any assistance in translating these properties or providing references would be highly appreciated.