I'm currently developing a web application in Outsystems in which I have the need to customize the CSS, in which I'm using variables. I need to guarantee the app works cross-browser, including in Internet Explorer. IE doesn't support CSS variables, as you can see in the picture below from this source.
Since I have to use CSS variables, is there any workaround for the usage of variables in IE?
In case someone comes across this, has a similar issue where I had it set like this.
I added the background colour before the variable so if that didn't load it fell back on the hex.
There is no way yet in "normal" css but take a look at sass/scss or less.
here is a scss example