Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2018-07-29 07:34:27 +0300
committerGitHub <noreply@github.com>2018-07-29 07:34:27 +0300
commitf803fb9903abd2daa033081894d310f97a371e70 (patch)
tree8f656e3a76f7053b6ba8e0bcbea9b9fda7251b4a /scss/bootstrap-grid.scss
parente53ab71d4bc6715e2de942800f6a5a25d0522c08 (diff)
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/bootstrap-grid.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 509171d4d2..16f5f0dfb9 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";