]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix lint CSS issue and Bundlewatch values main-jd-drop-node-sass-support 41112/head
authorJulien Déramond <juderamond@gmail.com>
Tue, 24 Dec 2024 08:25:02 +0000 (09:25 +0100)
committerJulien Déramond <juderamond@gmail.com>
Tue, 15 Apr 2025 19:52:46 +0000 (21:52 +0200)
.bundlewatch.config.json
scss/tests/mixins/_color-modes.test.scss

index 6f680664ca67b103f46207d49e551172917ef9f6..80f3af45c00213015b3c438094451fea24df9997 100644 (file)
@@ -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",
     },
     {
       "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",
index eb604cc15e9c2661ae7be5aabfd9058111af551c..bd845f47f9de8d85491dfdd93e1ac33f5ece72b2 100644 (file)
@@ -46,7 +46,7 @@
           }
         }
         @include color-mode(dark, true) {
-          --custom-color: #{$indigo}
+          --custom-color: #{$indigo};
         }
       }
       @include expect() {