SASS Practice Test
SASS Extends and Inheritance
What does the `@extend` directive do in Sass?
Select your answer
A
Copies all the styles of a selector into another selector
B
Shares styles by adding the extending selector to the extended selector's rule
C
Creates a new CSS class with merged properties
D
Imports another file's styles
Hint