Home »
MCQs »
SASS MCQs
Which directive is used to share a set of CSS properties from one selector to another?
16. Which directive is used to share a set of CSS properties from one selector to another?
- @share
- @import
- @transfer
- @extend
Answer: D) @extend
Explanation:
The @extend directive is used to share a set of CSS properties from one selector to another.