(Choose 1 answer)
What is the use of @at-root directive in SASS?
A. It is used to import the SASS or SCSS files. It directly takes the filename to import.
B. It is used to set style rules for different media types.
C. It is used to specify and share the rules and relationships between the selectors.
D. It is specified as a collection of nested rules that can make style blocks at the root of the document.
Exit 16