We are trying to provide an option to user to change theme of our application (using theme module) which is developing with Angular. For this we are checking CSS variables which can have variable value from theme file.
When we tested with small POC, all latest browsers supporting CSS variables but not with IE11 or older IE versions. I read some articles saying it will not work with older browsers. And also went through IE11 - does a polyfill / script exist for CSS variables?, but could not understand how to implement with angular application. Can anyone help me with sample code with Angular and support in IE browsers too?
Thanks in advance!!!