]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Function map-get-multiple now returns the correct variable (#29247)
authorThomas Schaller <devdot@users.noreply.github.com>
Tue, 13 Aug 2019 22:03:55 +0000 (00:03 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 13 Aug 2019 22:03:55 +0000 (01:03 +0300)
bundlesize.config.json
scss/_functions.scss

index 137c75352345ba7115b8e3add1ebe7e9a4473a84..eda41a22d17a9157d6bbec7bf5ea1685f94032ad 100644 (file)
@@ -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",
index c9edfff42a9238d2052e940c04c9a382698cf976..0e77bf4b3fe6738f3b0487c062ba6863fbcab4cd 100644 (file)
@@ -50,7 +50,7 @@
       $result: map-merge($result, ($key: $value));
     }
   }
-  @return $map;
+  @return $result;
 }
 
 // Replace `$search` with `$replace` in `$string`