From: Mark Otto Date: Sat, 4 Feb 2017 23:57:21 +0000 (-0800) Subject: Add `utilities/flex` to the dedicated grid Sass bundle so folks can take advantage... X-Git-Tag: v4.0.0-beta~147^2~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9265fc2dbe242bc6e4120333710b8a29b0b5ca;p=thirdparty%2Fbootstrap.git Add `utilities/flex` to the dedicated grid Sass bundle so folks can take advantage of the utilities for basic flex alignment --- 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";