map.deep-merge()
Last updated
Last updated
The modified map.deep-merge()
function merges multiple maps by using sass original deep-merge()
.
The function modify original map.deep-merge()
by adding arbitrary $maps...
argument, to deep merge multiple maps.
$map1
A map to deep merge with $map2
.
$map2
A map to deep merge with $map1
.
$maps...
Multiple maps to deep merge with the merged $map1
and $map2
.
The return value is the map built from $map1
, $map2
and $maps
.