Question

i want to use the font-awesome icons for a website. it's a jekyll (ruby) project, so i thought about using the font-awesome-sass gem.

are gemfiles only for rails apps or am i missing something here?

the instructions for installation from the font-awesome website goes like this:

Add this line to your application's Gemfile:
gem 'font-awesome-sass'

And then execute:
$ bundle

Or install it yourself as:
$ gem install font-awesome-sass

i have the font-awesome-sass gem installed.

how do i proceed?

Was it helpful?

Solution

Gems are not limited to Rails. Compass can use gems, but they need to follow certain conventions first. I looked over Font Awesome and could not find any indication that it can be used by Compass.

Related: How can i create SASS mixins and use in every project

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top