Addresses a handful of grid changes:
- #17119 (closed): Stubs out docs for flexbox grid.
-
#17131 (closed): Adds auto layout for flexbox grid columns (to mixins and predefined classes) with the addition of
.col-{breakpoint
classes. For example, use.col-xs
to create as many grid columns as you'd like fromxs
and up. - #17261, #17603 (closed):
Adds a newChanges the responsive grid modifier naming scheme from.col
base class for grid columns and.col-{breakpoint}-{modifier}-{size}
to.{modifier}-{breakpoint}-{size}
for simpler grid classes. For example, instead of.col-md-3.col-md-push-9
it'scol-md-3.push-md-9
. Also updates all examples to new markup. -
#17512 (closed), #17514: Overhauls the grid mixins to merge
make-col
andmake-col-span
into a singlemake-col
mixin, thereby ensuring mixins and predefined classes utilize the same float/flex behaviors. - #17593 (closed): Adds basic grid migration documentation, including mention of flexbox support, flexbox utils, and variables/maps changes.
- #18024 (closed) , #18164 (closed): Horizontal flexbox alignment utilities added.
- #18691: Documents flexbox vertical alignment utilities.
- #18785: Cherry-picks the changes to rename our flexbox grid utilities to global flexbox utilities.
Todo:
-
Document flexbox utilities