What does the `@extend` directive do in Sass?
-
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