Which Sass function is used to get the list of all values in map?
Options:
Explanation:
The
map-values(map) function is used to get the list of all values in map.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the list of all values in map map-values(map).