From: Thomas Schaller Date: Tue, 13 Aug 2019 22:03:55 +0000 (+0200) Subject: Function map-get-multiple now returns the correct variable (#29247) X-Git-Tag: v5.0.0-alpha1~855 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7149b6f0ebaafc6a3dc882a43cb376a7f9f7626e;p=thirdparty%2Fbootstrap.git Function map-get-multiple now returns the correct variable (#29247) --- diff --git a/bundlesize.config.json b/bundlesize.config.json index 137c753523..eda41a22d1 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -2,11 +2,11 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "8 kB" + "maxSize": "6.5 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "7.2 kB" + "maxSize": "6 kB" }, { "path": "./dist/css/bootstrap-reboot.css", diff --git a/scss/_functions.scss b/scss/_functions.scss index c9edfff42a..0e77bf4b3f 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`