Commit bdb9fd9a authored by Steven Black's avatar Steven Black
Browse files

Removed the '.' from '.LESS' in two instances.

parent e94b790e
Showing with 2 additions and 2 deletions
+2 -2
...@@ -24,7 +24,7 @@ base_url: "../" ...@@ -24,7 +24,7 @@ base_url: "../"
<h4> <h4>
<a href="{{ site.download_source }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a> <a href="{{ site.download_source }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a>
</h4> </h4>
<p>Get the latest Bootstrap .LESS and JavaScript source code by downloading it directly from GitHub.</p> <p>Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.</p>
<h4> <h4>
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a> <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
</h4> </h4>
...@@ -50,7 +50,7 @@ base_url: "../" ...@@ -50,7 +50,7 @@ base_url: "../"
{% endhighlight %} {% endhighlight %}
<div class="bs-callout bs-callout-warning" id="callout-less-compilation"> <div class="bs-callout bs-callout-warning" id="callout-less-compilation">
<h4>Compiling Bootstrap's .LESS files</h4> <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>
</div> </div>
......
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