Elusive Icons + SASS + Rails
With fonts from Elusive Icons, elusive-icons-sass-rails
is a gem to integrate Elusive Icons to your Rails application.
Huge thanks to font-awesome-sass-rails, this is just a rejiggering to use Elusive.
Installation
Add elusive-icons-sass-rails
gem to your assets
group in the Gemfile
:
group :assets do
gem 'sass-rails', " ~> x.x.x"
gem 'coffee-rails', "~> x.x.x"
gem 'uglifier'
gem 'elusive-icons-sass-rails'
end
Then in your app/assets/stylesheets/application.css
:
@import 'elusive-webfont';
That's it!
You can also use it with the SASS-converted Bootstrap gem, like bootstrap-sass or anjlab-bootstrap-rails. Just import font-awesome right after bootstrap:
@import 'bootstrap';
@import 'elusive-webfont';
License
The font and SCSS from Elusive Icons are under SIL.
Others are under MIT license.