aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bundlesize.config.json4
-rw-r--r--scss/_functions.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json
index 137c75352..eda41a22d 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 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`