Specify collapse order of purecss grid
问题 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. 回答1: 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