In Zurb Foundation 3+, they have a โblock meshโ CSS construct, which is an unordered list where you can specify the number of elements in a row.
Here is their paperwork on it.
I cannot do this in Bootstrap 3; there are only columns. I would like to be able to re-display a repeating element (like LI) as a responsive grid, where I can specify how many breakpoints there are, like in Foundation.
I suppose I can minimize it myself, but I wanted to see if anyone has any suggestions or if something happened earlier.
css zurb-foundation responsive-design twitter-bootstrap-3
Steve
source share