You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm using BS4 with flex enabled and I'm typically copy/pasting angular material utility classes into my project to make use of those for building the whole layout and doing flex magic like vertical and horizontal alignment: layout-fill, layout-row, layout-column, layout-space-between-center etc. Is there any plan to include a range of flex utility classes in BS4?
You appear to have posted a live example (http://run.plnkr.co/plunks/xIARqr/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
So I'm using BS4 with flex enabled and I'm typically copy/pasting angular material utility classes into my project to make use of those for building the whole layout and doing flex magic like vertical and horizontal alignment:
layout-fill, layout-row, layout-column, layout-space-between-center
etc. Is there any plan to include a range of flex utility classes in BS4?Minimal pen: http://codepen.io/intellix/pen/ALLJqK
Angular material layout documentation: https://material.angularjs.org/latest/layout/container
Layout code: https://github.com/angular/material/blob/master/src/core/style/layout.scss
The text was updated successfully, but these errors were encountered: