Which Sass function is used to get the value for the specified key in the map?
Options:
Explanation:
The
nth(list, n) function is used to get the value for the specified key in the map.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the value for the specified key in the map map-get(map, key).