Unverified Commit f803fb99 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

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
parent e53ab71d
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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",
......
......@@ -30,3 +30,4 @@ html {
@import "grid";
@import "utilities/display";
@import "utilities/flex";
@import "utilities/spacing";
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment