DEV Community

Discussion on: 5 reasons to go with CSS in JS for your next application

Collapse
 
mkenzo_8 profile image
mkenzo_8

var() is actually very useful when you only have to focus on one browser, in this case Chrome. When will that happen? ElectronJS.

ElectronJS uses chromium so it supports the lastest CSS features as var() and you can actually build apps on it.

Collapse
 
rleija_ profile image
Ruben

That’s true. Most modern browsers support var().

I currently have the misfortune of working on applications that need to support IE 9