Skip to content

Commit 7149b6f

Browse files
devdotXhmikosR
authored andcommitted
Function map-get-multiple now returns the correct variable (twbs#29247)
1 parent 3130288 commit 7149b6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundlesize.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"files": [
33
{
44
"path": "./dist/css/bootstrap-grid.css",
5-
"maxSize": "8 kB"
5+
"maxSize": "6.5 kB"
66
},
77
{
88
"path": "./dist/css/bootstrap-grid.min.css",
9-
"maxSize": "7.2 kB"
9+
"maxSize": "6 kB"
1010
},
1111
{
1212
"path": "./dist/css/bootstrap-reboot.css",

scss/_functions.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$result: map-merge($result, ($key: $value));
5151
}
5252
}
53-
@return $map;
53+
@return $result;
5454
}
5555

5656
// Replace `$search` with `$replace` in `$string`

0 commit comments

Comments
 (0)