From 6b9265fc2dbe242bc6e4120333710b8a29b0b5ca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 15:57:21 -0800 Subject: [PATCH] Add `utilities/flex` to the dedicated grid Sass bundle so folks can take advantage of the utilities for basic flex alignment --- scss/bootstrap-grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 15987b4bcf..2ba6858775 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -34,3 +34,4 @@ html { @import "mixins/grid"; @import "grid"; +@import "utilities/flex"; -- 2.47.2