Skip to content

Commit

Permalink
Add margin utils to the grid for fully functional grid control (#26957)
Browse files Browse the repository at this point in the history
* Add margin utils to the grid for fully functional grid control

* bump the max filesize
  • Loading branch information
mdo authored Jul 29, 2018
1 parent e53ab71 commit f803fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions scss/bootstrap-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ html {
@import "grid";
@import "utilities/display";
@import "utilities/flex";
@import "utilities/spacing";

0 comments on commit f803fb9

Please sign in to comment.