Commit 42c8daea authored by Chris Rebert's avatar Chris Rebert
Browse files

Not Less' fault per se

parent 99f22d97
Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@
</div>
<div class="bs-callout bs-callout-info">
<h4><code>@import</code>ing Bootstrap via Less may require adjusting the icon font location</h4>
<p>If you <code>@import</code> Bootstrap's Less source into your own Less file, you may need to adjust the <code>@icon-font-path</code> Less variable due to the way that relative paths in <code>url(...)</code>s work in Less.</p>
<p>If you <code>@import</code> Bootstrap's Less source into your own Less file, you may need to adjust the <code>@icon-font-path</code> Less variable due to the way that the relative paths in our <code>url(...)</code>s work.</p>
</div>
{% highlight html %}
<span class="glyphicon glyphicon-search"></span>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment