Currently Col component does not support flexbox as there is no way to define a without it having the column number.
http://v4-alpha.getbootstrap.com/layout/flexbox-grid/
Unlike the default grid system where a grid column starts as full-width in the xs tier, flexbox requires a .col-{breakpoint} class for each tier.
Flexbox would require to have the possibility of defining <div class="col-xs"> but currently the element will add col-xs-12 by default.
Currently Col component does not support flexbox as there is no way to define a without it having the column number.
http://v4-alpha.getbootstrap.com/layout/flexbox-grid/
Unlike the default grid system where a grid column starts as full-width in the xs tier, flexbox requires a .col-{breakpoint} class for each tier.
Flexbox would require to have the possibility of defining
<div class="col-xs">but currently the element will add col-xs-12 by default.