the1kbgrid-css-rails 
Created by Doc Walker
Provides The 1Kb Grid CSS for the Rails 3.1+ asset pipeline.
Installation
Add these lines to your application's Gemfile:
# the 1kb grid css packaged for the rails asset pipeline
gem 'the1kbgrid-css-rails', '~> 1.0'
And then execute:
$ bundle
Or install it yourself as:
$ gem install the1kbgrid-css-rails
Usage
Add these lines to app/assets/stylesheets/application.css
provides The 1Kb Grid CSS from gem 'the1kbgrid-css-rails':
= require the1kbgrid-css-rails
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Acknowledgements
- The 1Kb Grid link not working
- RailsCast #245 New Gem with Bundler -- inspiration
- Gemify Assets for Rails -- guidance