We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3130288 commit 7149b6fCopy full SHA for 7149b6f
bundlesize.config.json
@@ -2,11 +2,11 @@
2
"files": [
3
{
4
"path": "./dist/css/bootstrap-grid.css",
5
- "maxSize": "8 kB"
+ "maxSize": "6.5 kB"
6
},
7
8
"path": "./dist/css/bootstrap-grid.min.css",
9
- "maxSize": "7.2 kB"
+ "maxSize": "6 kB"
10
11
12
"path": "./dist/css/bootstrap-reboot.css",
scss/_functions.scss
@@ -50,7 +50,7 @@
50
$result: map-merge($result, ($key: $value));
51
}
52
53
- @return $map;
+ @return $result;
54
55
56
// Replace `$search` with `$replace` in `$string`
0 commit comments