Skip to content

eddiefisher/github-button

Repository files navigation

Github::Button

Github button CSS style. If your want use icons, use font Awesome form http://fortawesome.github.com/Font-Awesome/

Original CSS file http://github.com/necolas/css3-github-buttons

original example: http://nicolasgallagher.com/lab/css3-github-buttons/

Installation

Add this line to your application's Gemfile:

# add first font Awesome if you need it
gem 'font-awesome-rails'

gem 'github-button'

And then execute:

$ bundle

Or install it yourself as:

$ gem install github-button

Usage

Add this line to your application.css

*= require 'github-button'

for application.css.scss

@import 'github-button';

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

About

github-button gem

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.txt
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages