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

Correct Answer :   It is specified as a collection of nested rules that can make style blocks at the root of the document.


Explanation : The @at-root directive in SASS is specified as a collection of nested rules that can make style blocks at the root of the document.

Advertisement