aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-28 21:34:27 -0700
committerGitHub <[email protected]>2018-07-28 21:34:27 -0700
commitf803fb9903abd2daa033081894d310f97a371e70 (patch)
tree8f656e3a76f7053b6ba8e0bcbea9b9fda7251b4a /scss
parente53ab71d4bc6715e2de942800f6a5a25d0522c08 (diff)
downloadbootstrap-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 'scss')
-rw-r--r--scss/bootstrap-grid.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index 509171d4d..16f5f0dfb 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -30,3 +30,4 @@ html {
@import "grid";
@import "utilities/display";
@import "utilities/flex";
+@import "utilities/spacing";