0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-04 04:29:23 +01:00

Fix lint CSS issue and Bundlewatch values

This commit is contained in:
Julien Déramond 2024-12-24 09:25:02 +01:00
parent 343bc9e677
commit ded5900d96
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA
2 changed files with 5 additions and 5 deletions

View 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",
@ -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",

View File

@ -46,7 +46,7 @@
}
}
@include color-mode(dark, true) {
--custom-color: #{$indigo}
--custom-color: #{$indigo};
}
}
@include expect() {