]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Update to docs
authorTravis Chase <travis@travischase.me>
Thu, 22 Jan 2015 17:28:45 +0000 (11:28 -0600)
committerTravis Chase <travis@travischase.me>
Thu, 22 Jan 2015 17:28:53 +0000 (11:28 -0600)
src/get-started.html

index eaebe9321bd11d5b99f26a69ac5cb68d3e26963e..3184a2328e97a55f56ad0fae569df3e6b54d7954 100644 (file)
@@ -82,10 +82,11 @@ $ gem install font-awesome-less
       </li>
     </ol>
     <p>
-    If you use Rails, add this to your e.g. <code>application.css</code>, just before <code>*= require_self</code>:
+    If you use Rails, add this to your e.g. <code>application.less</code>:
     </p>
 {% highlight css %}
- *= require font-awesome
+  @import "font-awesome-sprockets";
+  @import "font-awesome";
 {% endhighlight %}
   </section>
 
@@ -115,10 +116,11 @@ $ gem install font-awesome-sass
       </li>
     </ol>
     <p>
-    If you use Rails, add this to your e.g. <code>application.css</code>, just before <code>*= require_self</code>:
+    If you use Rails, add this to your e.g. <code>application.scss</code>:
     </p>
 {% highlight css %}
- *= require font-awesome
+  @import "font-awesome-sprockets";
+  @import "font-awesome";
 {% endhighlight %}
   </section>