From: Mark Otto Date: Mon, 12 Dec 2011 17:51:41 +0000 (-0800) Subject: updated docs to include other less apps X-Git-Tag: v2.0.0~6^2~400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d681ae9f51b85d8e1efae2a819ce289266d7efd0;p=thirdparty%2Fbootstrap.git updated docs to include other less apps --- diff --git a/bootstrap.css b/bootstrap.css index 4e5055c1b7..6411413ff7 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Dec 11 02:07:42 PST 2011 + * Date: Mon Dec 12 09:51:27 PST 2011 */ html, body { margin: 0; diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 7c1e65942d..586b5334b1 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -382,6 +382,12 @@ h2 + table { max-width: 300px; margin: 0 auto 18px; } + + table code { + white-space: normal; + word-wrap: break-word; + word-break: break-all; + } } diff --git a/docs/less.html b/docs/less.html index ab276eeced..52de8b6aac 100644 --- a/docs/less.html +++ b/docs/less.html @@ -392,7 +392,7 @@

Compiling Less

After modifying the .less files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.

Ways to compile

- +
@@ -428,12 +428,24 @@ - + + + + + + + + + + + + +
Method
Mac appUnofficial Mac app

The unofficial Mac app watches directories of .less files and compiles the code to local files after every save of a watched .less file.

If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.

CrunchCrunch is a great looking LESS editor and compiler built on Adobe Air.
CodeKitCreated by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.
SimplessMac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the source code is on GitHub.