Function map-get-multiple now returns the correct variable (#29247)
This commit is contained in:
parent
3130288ba6
commit
7149b6f0eb
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@
|
|||
$result: map-merge($result, ($key: $value));
|
||||
}
|
||||
}
|
||||
@return $map;
|
||||
@return $result;
|
||||
}
|
||||
|
||||
// Replace `$search` with `$replace` in `$string`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue