From 80c9c14ab956459f07a7f1de8693a2ab693bcb51 Mon Sep 17 00:00:00 2001 From: Chris Rebert <github@rebertia.com> Date: Sat, 11 Jan 2014 17:15:08 -0800 Subject: [PATCH] rm lingering reference to Recess in the docs Refs c0200426ee72b165de400db740a60bae5d344b3c --- docs/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index e037354996..86b08d1218 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -50,7 +50,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex <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://lesscss.org">less.js</a>.</p> </div> </div> @@ -1099,4 +1099,4 @@ if (isAndroid) { <p>Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where optimizing bandwidth is an issue. We encourage you to remove whatever is unused with our <a href="../customize/">Customizer</a>.</p> <p>Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.</p> - </div> \ No newline at end of file + </div> -- GitLab