I would like to have a purecss grid. When it collapses (i.e. breakpoints on smaller screens) is it possible to make say the right grid item appear before the left grid item? I.e some sort of collapse order? I beleive something along these lines is possible using the flexbox model. But im not a whiz at this, so guidance would be much appreciated.
Thanks.
Check out the Pure Responsive Grids section here.
Make sure you reference the additional css file shown there.
The easiest conceptual example they give looks like this:
PureCSS uses flexbox so you can just use the css property 'order'
See an example at http://jsbin.com/kobaqojo/1/edit?html,css,output
html
css