flexboxgrid2 icon indicating copy to clipboard operation
flexboxgrid2 copied to clipboard

Modern 12 column grid system based on flex property

Results 6 flexboxgrid2 issues
Sort by recently updated
recently updated
newest added

followed by a link from https://github.com/kristoferjoseph/flexboxgrid/issues/292 I think it is good to have some explanation about .box, .box-row, .container, .container-fluid in the doco

It would be super nice if there were a quick way to customize the grid's gutters, etc. without needing to clone/fork and rebuild the library. It looks like you're using...

### Briefly ( tweet size ) describe your issue and how you discovered it. When i trying to use the old version of flexboxgrid1 why theres a vertical scrolling effect...

still facing the horizontal scroll issue orignaly reported here: https://github.com/kristoferjoseph/flexboxgrid/issues/144 using container-fluid around my row but **removed the 16px padding** to have a full width layout. without removing the padding...

Is is possible to get a .col- class that doesn't grow (flex-grow: 0) but inherits the other styles e.g flex-basis and max-width. This enables us to have a .col- that...

Is it possible to add helper classes to allow the .container-fluid to be more powerful. Currently, .container-fluid isn't display flex and the .row class is less than ideal in some...