rolleiflex
v6.1.2
Published
Just a flexbox grid & helper framework.
Downloads
11
Readme
RolleiFLEX
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.
Demonstrations and documentation
http://kaisermann.github.io/rolleiflex/
Installation
Package Managers
npm install --save rolleiflex
or
yarn add rolleiflex
or
bower install --save rolleiflex
Manual
Usage
- 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.