Skip to content

gossamr/bootstrap-social-rails

 
 

Repository files navigation

bootstrap-social-rails

Gem Version

bootstrap-social for Rails asset pipeline

  • bootstrap-social version: 4.9.1

Installation

  1. Add to your Gemfile and install with bundler:
gem 'bootstrap-social-rails'
bundle install
  1. Require the bootstrap-social css file in app/assets/stylesheets/application.css:
*= require bootstrap-social

Or in app/assets/javascripts/application.css.scss / app/assets/javascripts/application.css.sass:

@import bootstrap-social;
@import bootstrap-social

Acknowledgements

bootstrap-social created by Panayiotis Lipiridis, licensed under the MIT license

Copyright Gavin Lam, released under the MIT License.

About

bootstrap-social for Rails asset pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%