From a7863c112d9b990d4da7a9c9052f58a42b855a02 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 1 Sep 2013 01:09:28 -0700 Subject: [PATCH] restore "only" wording in docs regarding Recess/less.js It was there for good reason. We're not gonna deal with lessphp or dotless bugs. --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 316f999976..caa3c843b1 100644 --- a/getting-started.html +++ b/getting-started.html @@ -51,7 +51,7 @@ base_url: "../"

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

+

If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. For LESS compilation, we only officially support Recess, which is Twitter's CSS hinter based on less.js.