What is the difference between CSS variables and
preprocessor(SASS, LESS, Stylus) variables?
Answer Posted / 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 View All Answers
How do I center block-elements with css1?
What are navigation bars in css?
What is the return type of prompt box?
Is sass better than css?
What is the difference between sass and scss?
Describe ‘ruleset’?
What is responsiveness?
What is default z index?
What is the full form of css?
What is the difference between class selector and id selector?
What are the rules in css ruleset?
Why was css developed?
What is the use of the box model in css?
What are the advantages of inline styles?
What are the types of gradients in css3?