mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Function map-get-multiple now returns the correct variable (#29247)
This commit is contained in:
committed by
XhmikosR
parent
3130288ba6
commit
7149b6f0eb
@@ -50,7 +50,7 @@
|
||||
$result: map-merge($result, ($key: $value));
|
||||
}
|
||||
}
|
||||
@return $map;
|
||||
@return $result;
|
||||
}
|
||||
|
||||
// Replace `$search` with `$replace` in `$string`
|
||||
|
||||
Reference in New Issue
Block a user