DEV Community

Discussion on: Write CSS variables faster in SCSS

Collapse
 
iamschulz profile image
Daniel Schulz

They are different things. Scss vars are compiled into values, CSS vars are properties (they're actually called custom properties), that can be changed in runtime, for example by us or by media queries. That gives you other options for theming.