Skip to content

nicoles/elusive-icons-sass-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';
@import 'elusive-webfont-ie7';

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.

Original code for gem etc from font-awesome-sass-rails under MIT license.

Others are under MIT license.

About

Elusive Icons, SASS version, with assets pipeline, for Rails 3.1+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •