In SASS, the @______ directive is used to import other SASS or CSS files.
- @import
- @import-file
- @include
- @use
The correct answer is @import. In SASS, the @import directive is used to import other SASS or CSS files into the current file. This allows modularization and reusability of styles.
Loading...
Related Quiz
- What is a potential downside of using a comprehensive CSS framework like Bootstrap for a small project?
- On a blog page, you want to emphasize the first line of every paragraph differently from the rest of the content. Which CSS property and pseudo-element will help you achieve this effect?
- The ________ property is used to control the layering of positioned elements along the z-axis.
- The CSS pseudo-class :not() allows you to target elements that ________ a specific criteria.
- Which CSS property is used to change the text case, such as making text all uppercase?