Which Sass function is used to get a new selector containing a nested list of CSS selectors based on the list provided?
Options:
Explanation:
The
selector-nest(selectors) function is used to get a new selector containing a nested list of CSS selectors based on the list provided.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get a new selector containing a nested list of CSS selectors based on the list provided selector-nest(selectors).