Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-09-02 08:41:58 +0300
committerGitHub <noreply@github.com>2021-09-02 08:41:58 +0300
commitd91480e3c769e3cce5aca4ab83604e6cfaeb1b06 (patch)
tree525ab8ef41df90074455ebcf2c2c90399ba63ce6 /.bundlewatch.config.json
parent283cbd902669732943885e94115a0e29a952baf6 (diff)
Include root.scss in all dist builds (#34773)
* Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index e641382b80..0b51da0baf 100644
--- a/.bundlewatch.config.json
+++ b/.bundlewatch.config.json
@@ -10,11 +10,11 @@
},
{
"path": "./dist/css/bootstrap-reboot.css",
- "maxSize": "2 kB"
+ "maxSize": "2.5 kB"
},
{
"path": "./dist/css/bootstrap-reboot.min.css",
- "maxSize": "2 kB"
+ "maxSize": "2.35 kB"
},
{
"path": "./dist/css/bootstrap-utilities.css",