What is SASS primarily used for in web development?
- Styling web pages with JavaScript
- Compiling code into machine language
- Enhancing website security
- Simplifying and organizing CSS
SASS (Syntactically Awesome Style Sheets) is primarily used in web development for simplifying and organizing CSS. It introduces features like variables, nesting, and mixins, making your CSS more maintainable and efficient.
Loading...
Related Quiz
- What does the CSS property "line-height" primarily affect?
- In a media query, which feature is commonly used to detect the width of the viewport?
- What does the "forwards" value for the "animation-fill-mode" property do?
- The default value of the flex-direction property in Flexbox is ________.
- Which CSS property controls whether an element is displayed on the page?