Home »
MCQs »
SASS MCQs
Which directive is used to create CSS code that is to be reused throughout the website?
8. Which directive is used to create CSS code that is to be reused throughout the website?
- @import
- @mixin
- @define
- All of the above
Answer: B) @mixin
Explanation:
The @mixin directive is used to create CSS code that is to be reused throughout the website.