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 is new in css3 and html5?
How to select all paragraph elements whose lang attribute contains the word "fr"?
How to create box shadow and text shadow using css3?
Should I use important in css?
What is selector?
Which property is used to change the background color?
How embedded style can be linked with HTML documents?
Is html a code?
What are the css3 animations?
What are the new things in css3?
What are the newly introduced text related features in css3?
What are the different media types included in css?
What is latest javascript version?
What are two valid techniques used to clear floats?
What is a pseudo selector?