From b0c97305fdae6e8c0bc9d1faa4404d6c07535d65 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 10 Jul 2014 10:41:41 +0200 Subject: [PATCH] Updated less and sass gem instructions according to fontawesome-less and fontawesome-sass READMEs Fixes #3883 --- src/get-started.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/get-started.html b/src/get-started.html index 300058aa5..6a50fe54e 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -81,13 +81,19 @@ $ gem install font-awesome-less {% endhighlight %} +

+ If you use Rails, add this to your e.g. application.css, just before *= require_self: +

+{% highlight css %} + *= require font-awesome +{% endhighlight %}

Use the Official Font Awesome SASS Ruby Gem to easily get Font - Awesome SASS into a Rails project. Generously maintained by @supercodepoet. + Awesome SASS into a Rails or Compass project. Generously maintained by @supercodepoet.

  1. @@ -108,6 +114,12 @@ $ gem install font-awesome-sass {% endhighlight %}
+

+ If you use Rails, add this to your e.g. application.css, just before *= require_self: +

+{% highlight css %} + *= require font-awesome +{% endhighlight %}