Sha256: 6877dfad7401e164aa293fb94ff98df3a6a49215398f1bbf466be38195c1c56a

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# the1kbgrid-css-rails [![Gem Version](https://badge.fury.io/rb/the1kbgrid-css-rails.png)](http://badge.fury.io/rb/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

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Acknowledgements

- [The 1Kb Grid](http://www.1kbgrid.com) *link not working*
- [RailsCast #245](http://railscasts.com/episodes/245-new-gem-with-bundler) New Gem with Bundler -- inspiration
- [Gemify Assets for Rails](http://prioritized.net/blog/gemify-assets-for-rails/) -- guidance

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
the1kbgrid-css-rails-1.0.0 README.md