What is the main limitation of CSS Variables when compared to SASS Variables in terms of preprocessing?
- Lack of dynamic variable capabilities
- Lack of global variables
- Limited browser support
- Limited scope
CSS Variables lack some dynamic features compared to SASS Variables. While SASS allows for dynamic variable names and values, CSS Variables are more static and have a limited scope.
Loading...
Related Quiz
- The ________ filter in CSS is used to adjust the brightness of an element.
- You are developing a website where you want to use modern CSS features not yet supported in all browsers. How can you ensure compatibility without manually writing fallbacks?
- What is the difference between the fr unit and percentages in CSS Grid layouts?
- You're optimizing a website for better scroll performance. Which CSS property would you use to hint to the browser about an element that will change frequently?
- Which unit of measurement in CSS is relative to the font-size of the parent element?