+2 votes
in CSS by
What is the difference between CSS variables and preprocessor(SASS, LESS, Stylus) variables?

1 Answer

0 votes
by

CSS variables can be used without the need of the preprocessor. Currently, all the major browsers support the CSS variables. 

CSS variable cascade. But the preprocessor variables don’t cascade. 

CSS variable can be accessed and manipulated javascript.

...