Which Sass function is used to get the separator used in the list?

41. Which Sass function is used to get the separator used in the list?

  1. separator(list)
  2. get-separator(list)
  3. is-separator(list)
  4. list-separator(list)

Answer: D) list-separator(list)

Explanation:

The list-separator(list) function is used to get the separator used in the list.

Example:

list-separator([x y z])
Result: space 

Comments and Discussions!

Load comments ↻






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