No commit activity in last 3 years
No release in over 3 years
Vendors font-awesome-more for rails (less and scss)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1
 Project Readme

This gem vendors all the font-awesome-more extensions through a single require (without IE7 support). Can be used with or without less / scss.

Usage

# Gemfile
# See http://rubygems.org/gems/more-font-awesome-rails for the current version
gem 'more-font-awesome-rails', '~> 3.0.2'

# application.css
//= require 'font-awesome-more'

If you're using bootstrap make sure to require bootstrap first.

Versioning

major.minor.patch version will mirror the font-awesome-more version currently being vendored.