aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-02-04 15:57:21 -0800
committerMark Otto <[email protected]>2017-02-04 15:57:21 -0800
commit6b9265fc2dbe242bc6e4120333710b8a29b0b5ca (patch)
tree9c0a69809fdb5ebf45db9b0f6adb8aafcf064096
parent09c7b1c5828ae42b5d05e3aa17683c7c0d5bf698 (diff)
downloadbootstrap-6b9265fc2dbe242bc6e4120333710b8a29b0b5ca.tar.xz
bootstrap-6b9265fc2dbe242bc6e4120333710b8a29b0b5ca.zip
Add `utilities/flex` to the dedicated grid Sass bundle so folks can take advantage of the utilities for basic flex alignment
-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 15987b4bc..2ba685877 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -34,3 +34,4 @@ html {
@import "mixins/grid";
@import "grid";
+@import "utilities/flex";