diff options
| author | Mark Otto <[email protected]> | 2018-07-28 21:34:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-28 21:34:27 -0700 |
| commit | f803fb9903abd2daa033081894d310f97a371e70 (patch) | |
| tree | 8f656e3a76f7053b6ba8e0bcbea9b9fda7251b4a | |
| parent | e53ab71d4bc6715e2de942800f6a5a25d0522c08 (diff) | |
| download | bootstrap-f803fb9903abd2daa033081894d310f97a371e70.tar.xz bootstrap-f803fb9903abd2daa033081894d310f97a371e70.zip | |
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
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | scss/bootstrap-grid.scss | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 5e1e2d6a6..b6d843106 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 509171d4d..16f5f0dfb 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"; |
