fix button color for IE11
coliff opened this issue · 2 comments
coliff commented
XhmikosR commented
IE doesn't support CSS variables, unfortunately.
https://caniuse.com/#feat=css-variables
One would need to add fallbacks. As a side note, I'd also switch to ES5 (const -> var, since var is shorter and works with all the browsers out there)
dieulot commented
Thanks, but I’m not interested in IE support.