From ded5900d96ba12478e71b810409b6922eb81d817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 24 Dec 2024 09:25:02 +0100 Subject: [PATCH] Fix lint CSS issue and Bundlewatch values --- .bundlewatch.config.json | 8 ++++---- scss/tests/mixins/_color-modes.test.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 6f680664ca..80f3af45c0 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -14,7 +14,7 @@ }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "3.25 kB" + "maxSize": "3.5 kB" }, { "path": "./dist/css/bootstrap-utilities.css", @@ -22,15 +22,15 @@ }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "10.75 kB" + "maxSize": "11.0 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "32.5 kB" + "maxSize": "32.75 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "30.25 kB" + "maxSize": "30.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js", diff --git a/scss/tests/mixins/_color-modes.test.scss b/scss/tests/mixins/_color-modes.test.scss index eb604cc15e..bd845f47f9 100644 --- a/scss/tests/mixins/_color-modes.test.scss +++ b/scss/tests/mixins/_color-modes.test.scss @@ -46,7 +46,7 @@ } } @include color-mode(dark, true) { - --custom-color: #{$indigo} + --custom-color: #{$indigo}; } } @include expect() {