Rolleiflex was built based on the BEMV methodology.
--your content--
--your other content--
You can offset a column!
*inception sound*
Please do note that if your sub-row parent is another 'display: flex' element, don't forget to set its width to 100% (or desired width).
Need the column children to its height?
Overridable with -with-gutter@xx.
row.-no-wrap@xx can be used to remove the rows ability to wrap its child elements
Overridable with -with-wrap@xx.
Thanks for the flexibility of... flexboxes, you can use auto column sizing!
You can also use: -shrink-none@xx
You can also use: -shrink-double@xx
You know, when you spent hours trying to equally space everything...
In case you want to use Rolleiflex's flex helpers and don't want to use rows and columns.
Why not change your html order without changing the markup?
You can change the direction of a row/column at any given breakpoint!
-dir-col@xx is also available.
-dir-col-reverse@xx is also available.
Want to change some default configuration?
Check the 'src/config.styl' or override any 'rolleiflex' attribute inside your own stylus stylesheet.
Note: if you prefer to import the stylus stylesheet, import the 'src/wrapper.styl' and do not forget to call the 'buildRolleiflex(buildGrid: true, buildHelpers: true)' mixin.