rasterfari.scss is a Sass/SCSS based grid system, which will help you to build grid layouts of any scale and complexity.
The key features are:
- Fully responsive, mobile first
- Unlimited nesting
- Source order first, content choreography through
.is-pulled-by-{n}
or.is-pushed-by-{n}
- No floats, all
display: inline-block
- Configurable number of columns, gutter size and breakpoints
- Follows BEM naming concept