From f803fb9903abd2daa033081894d310f97a371e70 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Jul 2018 21:34:27 -0700 Subject: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3