Home »
MCQs »
SASS MCQs
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?
- separator(list)
- get-separator(list)
- is-separator(list)
- 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