get-var
Description
This method extracts the value of a key inside a map, by also making sure that an error message is returned when the key entered does not exist (map-get() only returns null when the key is not found).
Sass Usage
get-var($colors, $color-name)
Usage
Usage example
No examples available.