I use Next js I'm done with my project but in IE11 the layout is broken for the colors I have colors like :root {--color:#000} in css file
The issue is that IE doesn't support CSS variables how can I solve that
I tried to use postcss with styled-component but didn't work