From d91480e3c769e3cce5aca4ab83604e6cfaeb1b06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Sep 2021 22:41:58 -0700 Subject: Include root.scss in all dist builds (#34773) * Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bundlewatch.config.json') 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", -- cgit v1.2.3