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 /package.json | |
| 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
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 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", |
