Project

gridation

0.0
No commit activity in last 3 years
No release in over 3 years
Gridation is a full featured Sass based grid framework built on top of Compass.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Gridation

Gridation is a full featured Sass based grid framework built on top of Compass.

Installation

Rails 3

For automatic installation edit your Gemfile:

gem 'gridation'

Now run Bundler:

$ bundle install

Add this to a file included in your load path (e.g. config/enviroment.rb or config/initializers/gridation.rb):

require 'gridation'

Add this to load Gridation from your existing Sass file (e.g. app/stylesheets/screen.sass):

@import gridation
@include gridation

Manual Installation

From the command line:

$ gem install gridation

Helpful Links

TODO

  • Add common grid sizes (Blueprint clone, gs960 clone, etc.)
  • Mobile support

Author

Gridation was written by David Singer.

David is the lead web developer at Ramaboo.

Credits

Based on the 960 Grid System and the Variable Grid System.

Inspired by the design of Blueprint.

Built with Compass and Sass.

A special thanks to Christopher Eppstein and the Compass contributors for their hard work.

License

Copyright 2009 - 2011 David Singer.

Gridation is released under the MIT License.