Sha256: b18c5957d906058e9e1e06bd340bcc97512d7634b734e08ba5498b26c86617e4

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

Contents

# github-css-rails [![Gem Version](https://badge.fury.io/rb/github-css-rails.png)](http://badge.fury.io/rb/github-css-rails)

> Created by Doc Walker

Provides GitHub Flavored Markdown CSS for the Rails 3.1+ asset pipeline.

## Installation

Add these lines to your application's Gemfile:

    # github flavored markdown css packaged for the rails asset pipeline
    gem 'github-css-rails', '~> 1.0'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install github-css-rails

## Usage

Add these lines to `app/assets/stylesheets/application.css`

    provides GitHub Flavored Markdown CSS from gem 'github-css-rails':
    = require github

## 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

- [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
- [Github Markdown Stylesheet](https://gist.github.com/tuzz/3331384)
- [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

2 entries across 2 versions & 1 rubygems

Version Path
github-css-rails-1.0.1 README.md
github-css-rails-1.0.0 README.md