DEV Community

Discussion on: How to make responsiveness super simple with CSS Variables

Collapse
 
nicolalc profile image
Nicola

The only issue related with css variables is IE (every time is IE the problem) compatibility.

I prefer to use vars only with SCSS, because I need to give IE compatibility for my projects.

Anyway nice examples, I love the new css grid system, expecially if combined with flexbox!

Collapse
 
nuxodin profile image
Tobias Buschor

You can try this polyfill:
github.com/nuxodin/ie11CustomPrope...

Collapse
 
bayuangora profile image
Bayu Angora • Edited

Also, CSS variable can't be rendered by Opera Mini with extreme mode. We have to use normal mode to render CSS variable with Opera Mini.

Collapse
 
nicolalc profile image
Nicola

Consider than I've never tested it on a mobile browser because is still a WIP, anyway thanks for the feedback.