From: Mark Otto Date: Sun, 29 Jul 2018 04:34:27 +0000 (-0700) Subject: Add margin utils to the grid for fully functional grid control (#26957) X-Git-Tag: v4.2.0~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f803fb9903abd2daa033081894d310f97a371e70;p=thirdparty%2Fbootstrap.git Add margin utils to the grid for fully functional grid control (#26957) * Add margin utils to the grid for fully functional grid control * bump the max filesize --- diff --git a/package.json b/package.json index 5e1e2d6a69..b6d8431069 100644 --- a/package.json +++ b/package.json @@ -154,11 +154,11 @@ "bundlesize": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "5 kB" + "maxSize": "6 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "5 kB" + "maxSize": "6 kB" }, { "path": "./dist/css/bootstrap-reboot.css", diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 509171d4d2..16f5f0dfb9 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -30,3 +30,4 @@ html { @import "grid"; @import "utilities/display"; @import "utilities/flex"; +@import "utilities/spacing";