How to access Maps
ℹ️ use "map-get($map, $key)' to get value from map.
Description
To access a values from SASS Map use map-get($map, $key)
function. This function returns the value associated with the given key.
Example:
Read More
Last updated