]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore "only" wording in docs regarding Recess/less.js
authorChris Rebert <github@rebertia.com>
Sun, 1 Sep 2013 08:09:28 +0000 (01:09 -0700)
committerChris Rebert <github@rebertia.com>
Sun, 1 Sep 2013 08:09:28 +0000 (01:09 -0700)
It was there for good reason.
We're not gonna deal with lessphp or dotless bugs.

getting-started.html

index 316f9999761b0517a39b283a78e591c009aa5671..caa3c843b18a00078510e30005551bb7f9151b83 100644 (file)
@@ -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. We 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 LESS compilation, 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>