@function map-set($map, $key, $value) {

$new: ($key: $value);
@return map-merge($map, $new);

}