Changed getting started instructions for less

This commit is contained in:
Derek Myers 2013-06-12 18:08:11 -05:00
parent 42205fa989
commit 0410091553

View File

@ -212,7 +212,7 @@
<p>Use this method to customize Font Awesome and Bootstrap 2.3.2 using LESS.</p>
<ol>
<li>Copy the <code>font-awesome</code> directory into your project.</li>
<li>Open bootstrap.less and replace
<li>Open your project's twitter bootstrap/bootstrap.less and replace
<div class="highlight"><pre><code class="html">@import &quot;sprites.less&quot;;
</code></pre></div>
with
@ -220,7 +220,7 @@
</code></pre></div>
</li>
<li>
Open your project's font-awesome.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
Open your project's font-awesome/variables.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
<div class="highlight"><pre><code class="html">@FontAwesomePath: &quot;../font&quot;;
</code></pre></div>
<p class="alert alert-info"><i class="icon-info-sign"></i> The font path is relative from your compiled CSS directory.</p>