Merge 14c81bffa876344a0369fbf4e65af4cab427248b into 815af314f34add7b0a3012b703fc95884968a95e

This commit is contained in:
Mewen Le Hô 2025-10-30 14:48:14 +01:00 committed by GitHub
commit d4d5a98dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -2,11 +2,11 @@
"files": [
{
"path": "./dist/css/bootstrap-grid.css",
"maxSize": "6.5 kB"
"maxSize": "7.0 kB"
},
{
"path": "./dist/css/bootstrap-grid.min.css",
"maxSize": "6.0 kB"
"maxSize": "6.5 kB"
},
{
"path": "./dist/css/bootstrap-reboot.css",

View File

@ -56,6 +56,9 @@ $utilities: map-get-multiple(
"padding-end",
"padding-bottom",
"padding-start",
"gap",
"row-gap",
"column-gap",
)
);