What is a key advantage of using SASS Variables over CSS Variables?
- They allow for dynamic variable changes
- They are more widely supported in browsers
- They have a global scope
- They offer nesting and other features
SASS Variables offer additional features like nesting, making the code more modular and maintainable. This can be an advantage over CSS Variables, which lack some of these advanced features.
Loading...
Related Quiz
- An element will be positioned relative to the viewport if its position property is set to ________.
- How does Autoprefixing aid in ensuring cross-browser compatibility?
- How can CSS be used to enhance the focus visibility for keyboard users?
- What is the difference between em and rem units in CSS font sizing?
- When evaluating a site's SEO performance, an SEO specialist notices a drop in ranking. Upon investigation, they find that the site's text is not immediately visible to users due to slow-loading custom fonts. What CSS property should be optimized to improve this?