diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 6f680664ca67..4b7ac717d9b2 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -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", diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 52bd577e3ae5..2baf37332042 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -56,6 +56,9 @@ $utilities: map-get-multiple( "padding-end", "padding-bottom", "padding-start", + "gap", + "row-gap", + "column-gap", ) );