Import root in bootstrap-utilities (#37377)

* Fixes https://github.com/twbs/bootstrap/issues/37376
This commit is contained in:
Eric Leibenguth 2022-10-29 09:03:59 +02:00 committed by XhmikosR
parent b72236981f
commit 77c456d8c4
2 changed files with 5 additions and 2 deletions

View File

@ -18,11 +18,11 @@
},
{
"path": "./dist/css/bootstrap-utilities.css",
"maxSize": "8.0 kB"
"maxSize": "9.25 kB"
},
{
"path": "./dist/css/bootstrap-utilities.min.css",
"maxSize": "7.25 kB"
"maxSize": "8.5 kB"
},
{
"path": "./dist/css/bootstrap.css",

View File

@ -8,6 +8,9 @@
@import "mixins";
@import "utilities";
// Layout & components
@import "root";
// Helpers
@import "helpers";