mirror of https://github.com/twbs/bootstrap.git
Function map-get-multiple now returns the correct variable (#29247)
This commit is contained in:
parent
3130288ba6
commit
7149b6f0eb
|
@ -2,11 +2,11 @@
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"path": "./dist/css/bootstrap-grid.css",
|
"path": "./dist/css/bootstrap-grid.css",
|
||||||
"maxSize": "8 kB"
|
"maxSize": "6.5 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/css/bootstrap-grid.min.css",
|
"path": "./dist/css/bootstrap-grid.min.css",
|
||||||
"maxSize": "7.2 kB"
|
"maxSize": "6 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/css/bootstrap-reboot.css",
|
"path": "./dist/css/bootstrap-reboot.css",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
$result: map-merge($result, ($key: $value));
|
$result: map-merge($result, ($key: $value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@return $map;
|
@return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Replace `$search` with `$replace` in `$string`
|
// Replace `$search` with `$replace` in `$string`
|
||||||
|
|
Loading…
Reference in New Issue