Which Sass function is used to get a new selector containing a nested list of CSS selectors based on the list provided?

39. Which Sass function is used to get a new selector containing a nested list of CSS selectors based on the list provided?

  1. selector-nest(selectors)
  2. selector-parse(selector)
  3. selector-replace(selector, original, replacement)
  4. selector-unify(selector1, selector2)

Answer: A) selector-nest(selectors)

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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.