aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorThomas Schaller <[email protected]>2019-08-14 00:03:55 +0200
committerXhmikosR <[email protected]>2019-08-14 01:03:55 +0300
commit7149b6f0ebaafc6a3dc882a43cb376a7f9f7626e (patch)
treebe3f64ecab2d64904a969f568f62fe8e8202ade3 /scss
parent3130288ba694451365bf7aa1b78a2a4e3ae67740 (diff)
downloadbootstrap-7149b6f0ebaafc6a3dc882a43cb376a7f9f7626e.tar.xz
bootstrap-7149b6f0ebaafc6a3dc882a43cb376a7f9f7626e.zip
Function map-get-multiple now returns the correct variable (#29247)
Diffstat (limited to 'scss')
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index c9edfff42..0e77bf4b3 100644
--- a/scss/_functions.scss
+++ b/scss/_functions.scss
@@ -50,7 +50,7 @@
$result: map-merge($result, ($key: $value));
}
}
- @return $map;
+ @return $result;
}
// Replace `$search` with `$replace` in `$string`