From bdb9fd9a7c3960d24784c2e7a5ba701f3abe88c6 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Thu, 5 Sep 2013 13:43:04 -0400 Subject: [PATCH] Removed the '.' from '.LESS' in two instances. --- getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started.html b/getting-started.html index ffc4ea9e0b..fd83ba5467 100644 --- a/getting-started.html +++ b/getting-started.html @@ -24,7 +24,7 @@ base_url: "../"

Download source code

-

Get the latest Bootstrap .LESS and JavaScript source code by downloading it directly from GitHub.

+

Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.

Clone or fork via GitHub

@@ -50,7 +50,7 @@ base_url: "../" {% endhighlight %}
-

Compiling Bootstrap's .LESS files

+

Compiling Bootstrap's LESS files

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 Recess, which is Twitter's CSS hinter based on less.js.

-- 2.47.2