What is the difference between CSS variables and
preprocessor(SASS, LESS, Stylus) variables?



What is the difference between CSS variables and preprocessor(SASS, LESS, Stylus) variables?..

Answer / hrpynux@gmail.com

SCSS is a preprocessor. That means it is not CSS, but is converted into CSS at 'compile time'. In the resulting CSS code there is no resemblance to the original SCSS code. Hence you cannot change the variable values at CSS 'runtime'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

How to set different text fonts inside tables in css?

0 Answers  


How do I get my footer to sit at the bottom...?

0 Answers  


What are the advantages of inline styles?

0 Answers  


What are the formatting behaviors of html elements?

0 Answers  


What does * mean in css?

0 Answers  






Does css support to detecting device size and orientation?

0 Answers  


What is moz in css?

0 Answers  


What rgba stands for in css3?

0 Answers  


How does a browser determine what elements match a css selector?

0 Answers  


Explain with the help of an example the usage of a parent-child selector.

0 Answers  


How do I make my grid responsive?

0 Answers  


What is media query?

0 Answers  


Categories