Commit 121790c1 authored by Chris Rebert's avatar Chris Rebert
Browse files

add <code> around ".less" in Getting Started docs

parent 0b0087f3
Showing with 1 addition and 1 deletion
+1 -1
...@@ -963,7 +963,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { ...@@ -963,7 +963,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<div class="bs-callout bs-callout-info"> <div class="bs-callout bs-callout-info">
<h4>Alternate customization methods</h4> <h4>Alternate customization methods</h4>
<p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither of those options are documented here.</p> <p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source <code>.less</code> files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither of those options are documented here.</p>
</div> </div>
<h3>Removing potential bloat</h3> <h3>Removing potential bloat</h3>
......
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