A CSS Flexbox grid / helper framework based on the BEMV methodology.
It's also very small: 18kb when minifed and 2.1kb when minified and gzipped.
http://kaisermann.github.io/rolleiflex/
npm install --save rolleiflex
or
yarn add rolleiflex
or
bower install --save rolleiflex
- Manually import the
rolleiflex.min.css
file. - Import the 'index.styl' and call the
buildRolleiflex(buildGrid:true,buildHelpers:true)
mixin on one of your .styl files.