diff options
| author | Chris Rebert <[email protected]> | 2013-09-01 01:09:28 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-01 01:09:28 -0700 |
| commit | a7863c112d9b990d4da7a9c9052f58a42b855a02 (patch) | |
| tree | 689b34f23f4bb119459f5c6284ae63bb8512446a /getting-started.html | |
| parent | dfda3dfe3727fdd292d73cb7d9de5699527e3216 (diff) | |
| download | bootstrap-a7863c112d9b990d4da7a9c9052f58a42b855a02.tar.xz bootstrap-a7863c112d9b990d4da7a9c9052f58a42b855a02.zip | |
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.
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 316f99997..caa3c843b 100644 --- a/getting-started.html +++ b/getting-started.html @@ -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> |
