Skip to content

Flexbox grid support #169

@madisvain

Description

@madisvain

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions