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
This commit is contained in:
Mark Otto 2018-07-28 21:34:27 -07:00 committed by GitHub
parent e53ab71d4b
commit f803fb9903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -30,3 +30,4 @@ html {
@import "grid";
@import "utilities/display";
@import "utilities/flex";
@import "utilities/spacing";