From 9ff4bcc27b2acbf6629dd41d1528cb83b3dcc13e Mon Sep 17 00:00:00 2001 From: Travis Chase Date: Thu, 22 Jan 2015 11:28:45 -0600 Subject: [PATCH] Update to docs --- src/get-started.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/get-started.html b/src/get-started.html index eaebe9321..3184a2328 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -82,10 +82,11 @@ $ gem install font-awesome-less

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

{% highlight css %} - *= require font-awesome + @import "font-awesome-sprockets"; + @import "font-awesome"; {% endhighlight %} @@ -115,10 +116,11 @@ $ gem install font-awesome-sass

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

{% highlight css %} - *= require font-awesome + @import "font-awesome-sprockets"; + @import "font-awesome"; {% endhighlight %}