Which directive is used to share a set of CSS properties from one selector to another?
Options:
Explanation:
The
@extend directive is used to share a set of CSS properties from one selector to another.
Tags:
SASS
Computer
Answer:
Which directive is used to share a set of CSS properties from one selector to another @extend.