Skip to content

Commit 77c456d

Browse files
ericleibXhmikosR
authored andcommitted
Import root in bootstrap-utilities (#37377)
* Fixes #37376
1 parent b722369 commit 77c456d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.bundlewatch.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
{
2020
"path": "./dist/css/bootstrap-utilities.css",
21-
"maxSize": "8.0 kB"
21+
"maxSize": "9.25 kB"
2222
},
2323
{
2424
"path": "./dist/css/bootstrap-utilities.min.css",
25-
"maxSize": "7.25 kB"
25+
"maxSize": "8.5 kB"
2626
},
2727
{
2828
"path": "./dist/css/bootstrap.css",

scss/bootstrap-utilities.scss

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
@import "mixins";
99
@import "utilities";
1010

11+
// Layout & components
12+
@import "root";
13+
1114
// Helpers
1215
@import "helpers";
1316

0 commit comments

Comments
 (0)