Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaisermann/rolleiflex

A Flexbox grid & helper framework made with Stylus and BEVM
https://github.com/kaisermann/rolleiflex

css flexbox framework grid helpers preprocessor stylus

Last synced: 4 months ago
JSON representation

A Flexbox grid & helper framework made with Stylus and BEVM

Awesome Lists containing this project

README

        

# RolleiFLEX

A CSS Flexbox grid / helper framework based on the [BEMV](http://webuild.envato.com/blog/chainable-bem-modifiers/) 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

* [Minified CSS](https://raw.githubusercontent.com/kaisermann/rolleiflex/master/dist/rolleiflex.min.css)
* [Unminified CSS](https://raw.githubusercontent.com/kaisermann/rolleiflex/master/dist/rolleiflex.css)

## 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.

## Inspiration

* [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid)
* [Structure](https://github.com/kenwheeler/structure)