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
What are child selectors in css?
What is the difference between inline, inline-block, and block?
What is the use of sprites in css?
How to write css for 3rd child of every
How do you use style?
Name all the modules which are used in the current version of css.
What are the elements of css box model?
Why is it easy to insert a file by importing it?
How do I code a website?
What is RWD?
What is the difference between css and css3?
What is the float property of css?
Can you set an image to be shown as cursor?
What is box sizing in css3?
What is box sizing?