mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 22:41:30 +08:00
Update to docs
This commit is contained in:
parent
e16e8400a9
commit
9ff4bcc27b
@ -82,10 +82,11 @@ $ gem install font-awesome-less
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
{% highlight css %}
|
{% highlight css %}
|
||||||
*= require font-awesome
|
@import "font-awesome-sprockets";
|
||||||
|
@import "font-awesome";
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -115,10 +116,11 @@ $ gem install font-awesome-sass
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
{% highlight css %}
|
{% highlight css %}
|
||||||
*= require font-awesome
|
@import "font-awesome-sprockets";
|
||||||
|
@import "font-awesome";
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user