Sha256: 6aaba26780ecfd29e502c46890d822f84d77277547b3f0e6b54a465a94f72eb2
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 KB
Contents
# github-css-rails [](http://badge.fury.io/rb/github-css-rails) [](https://travis-ci.org/jhx/gem-github-css-rails) [](https://gemnasium.com/jhx/gem-github-css-rails) [](https://codeclimate.com/github/jhx/gem-github-css-rails) [](https://coveralls.io/r/jhx/gem-github-css-rails) > Gemified by Doc Walker Provides GitHub Flavored Markdown CSS for the Rails 3.1+ asset pipeline. ## Installation Add these lines to your application's `Gemfile`: ```rb # github flavored markdown css packaged for the rails asset pipeline gem 'github-css-rails', '~> 1.1.3' ``` And then execute: ```sh $ bundle ``` Or install it yourself as: ```sh $ gem install github-css-rails ``` ## Usage Add these lines to `app/assets/stylesheets/application.css` ```css /* provides GitHub Flavored Markdown CSS from gem 'github-css-rails': = require github-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 - [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.1.4 | README.md |
github-css-rails-1.1.3 | README.md |