Which directive is used to create CSS code that is to be reused throughout the website?
Options:
Explanation:
The
@mixin directive is used to create CSS code that is to be reused throughout the website.
Tags:
SASS
Computer
Answer:
Which directive is used to create CSS code that is to be reused throughout the website @mixin.