8.2 - map-deep-get($map, $keys...)
Source: functions/_map-deep-get.scss, line 12
The map-deep-get function allows to get and set values from the nested tree. This function is used to set the media queries with em value.
Source:
- https://css-tricks.com/snippets/sass/deep-getset-maps/
Parameters:
$map
- targeted map$keys
- Keys to target
Usage:
map-deep-get($aspect-ratios, 1x1, width)