aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Black <[email protected]>2013-09-05 14:03:43 -0400
committerSteven Black <[email protected]>2013-09-05 14:03:43 -0400
commit00673991af034e2a0da03f72ac95683cea66e60d (patch)
tree65f2d35088cce03f07fbf9e238a95ead54140f38
parentbdb9fd9a7c3960d24784c2e7a5ba701f3abe88c6 (diff)
downloadbootstrap-00673991af034e2a0da03f72ac95683cea66e60d.tar.xz
bootstrap-00673991af034e2a0da03f72ac95683cea66e60d.zip
Fixed two more instances of [.]LESS in the text
-rw-r--r--getting-started.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html
index fd83ba546..add366012 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -51,7 +51,7 @@ base_url: "../"
<div class="bs-callout bs-callout-warning" id="callout-less-compilation">
<h4>Compiling Bootstrap's LESS files</h4>
- <p>If you work with Bootstrap's uncompiled source code, you need to compile the .LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support <a href="http://twitter.github.io/recess/">Recess</a>, which is Twitter's CSS hinter based on <a href="http://lesscss.org">less.js</a>.</p>
+ <p>If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support <a href="http://twitter.github.io/recess/">Recess</a>, which is Twitter's CSS hinter based on <a href="http://lesscss.org">less.js</a>.</p>
</div>
</div>
@@ -957,7 +957,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<div class="bs-callout bs-callout-info">
<h4>Alternate customization methods</h4>
- <p>For more advanced Bootstrap developers, you could use one of two alternate methods for customization. The first is modifying the source .LESS files (and potentially 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>For more advanced Bootstrap developers, you could use one of two alternate methods for customization. The first is modifying the source LESS files (and potentially 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>
<h3>Removing potential bloat</h3>