Skip to content

Commit

Permalink
Update to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Jan 22, 2015
1 parent e16e840 commit 9ff4bcc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ <h2 class="page-header">EASY: <a href="https://github.com/FortAwesome/font-aweso
</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>

Expand Down Expand Up @@ -115,10 +116,11 @@ <h2 class="page-header">EASY: <a href="https://github.com/FortAwesome/font-aweso
</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>

Expand Down

0 comments on commit 9ff4bcc

Please sign in to comment.