From e342142b61aacc187c776052bde93e414eb25db7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Mar 2022 15:05:37 -0700 Subject: Train PR: CSS variables for accordion, cards, navs, and modals (#36071) * Convert accordion to CSS vars * Update accordion.md * Convert navs to CSS variables * Split up CSS vars * bundlewatch * fix vars * Convert cards to CSS vars * Convert modals to CSS variables * Bundlewatch Co-authored-by: Geremia Taglialatela --- .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 43c10d546c..6fcfbb2a72 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "26.9 kB" + "maxSize": "27.6 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "25 kB" + "maxSize": "25.65 kB" }, { "path": "./dist/js/bootstrap.bundle.js", -- cgit v1.2.3