From: Travis Chase Date: Thu, 22 Jan 2015 17:28:45 +0000 (-0600) Subject: Update to docs X-Git-Tag: v4.3.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ff4bcc27b2acbf6629dd41d1528cb83b3dcc13e;p=thirdparty%2FFont-Awesome.git Update to docs --- diff --git a/src/get-started.html b/src/get-started.html index eaebe9321b..3184a2328e 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 %}