diff options
author | Mario <mario@mariovavti.com> | 2021-06-07 12:56:27 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-07 12:56:27 +0200 |
commit | f3b4308cb59bf4b21ff186f8479c82239446d139 (patch) | |
tree | 0dcbdcffcfe0dd678958cbcc34f41cb1c470c69b /vendor/twbs/bootstrap/.bundlewatch.config.json | |
parent | 67322c12643ced03bec0be70667f8b1c45de752f (diff) | |
download | volse-hubzilla-f3b4308cb59bf4b21ff186f8479c82239446d139.tar.gz volse-hubzilla-f3b4308cb59bf4b21ff186f8479c82239446d139.tar.bz2 volse-hubzilla-f3b4308cb59bf4b21ff186f8479c82239446d139.zip |
upgrade to bootstrap 5.0.1 and first batch of fixes
Diffstat (limited to 'vendor/twbs/bootstrap/.bundlewatch.config.json')
-rw-r--r-- | vendor/twbs/bootstrap/.bundlewatch.config.json | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/vendor/twbs/bootstrap/.bundlewatch.config.json b/vendor/twbs/bootstrap/.bundlewatch.config.json index 1b4444728..81badf254 100644 --- a/vendor/twbs/bootstrap/.bundlewatch.config.json +++ b/vendor/twbs/bootstrap/.bundlewatch.config.json @@ -6,39 +6,55 @@ }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6.25 kB" + "maxSize": "6 kB" }, { "path": "./dist/css/bootstrap-reboot.css", - "maxSize": "2 kB" + "maxSize": "2.25 kB" }, { "path": "./dist/css/bootstrap-reboot.min.css", "maxSize": "2 kB" }, { + "path": "./dist/css/bootstrap-utilities.css", + "maxSize": "7.5 kB" + }, + { + "path": "./dist/css/bootstrap-utilities.min.css", + "maxSize": "6.75 kB" + }, + { "path": "./dist/css/bootstrap.css", - "maxSize": "25.5 kB" + "maxSize": "24.25 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.5 kB" + "maxSize": "22.25 kB" }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "48 kB" + "maxSize": "41.25 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "21.5 kB" + "maxSize": "22.25 kB" + }, + { + "path": "./dist/js/bootstrap.esm.js", + "maxSize": "27 kB" + }, + { + "path": "./dist/js/bootstrap.esm.min.js", + "maxSize": "18.25 kB" }, { "path": "./dist/js/bootstrap.js", - "maxSize": "25.5 kB" + "maxSize": "27.25 kB" }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "14.75 kB" + "maxSize": "15.75 kB" } ], "ci": { |