framous-grid

A fluid grid framework written with SCSS & Compass Style, based on Susy (http://susy.oddbird.net) & Neat (http://neat.bourbon.io/).

Installation

From the command line:

(sudo) gem install framous-grid

Add to a project:

// rails: compass.config, other: config.rb
require 'framous-grid'

// command line
compass install framous-grid

Or create a new project:

compass create <project_directory_name> -r framous-grid --using framous-grid