DEV Community

Discussion on: PostCSS Preset Env: Babel for CSS

 
adrianbdesigns profile image
Adrian Bece

Yeah, postcss-preset-env and IE cannot handle the case of dynamic variable values. We just have to wait for IE11 userbase to shrink even more.

Using a CSS in JS systems like styled components fix that issue by using regular JS variables. But that depends on your tech stack.