What is the difference between CSS variables and pre-processor (SASS, LESS, Stylus) variables?

  1. CSS variables don’t need a pre-processor. It is cascaded, accessed, and manipulated in JavaScript.
  2. Preprocessor variables don’t cascade.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *