From c56eb0962afe869d233446003e5d68ce43122d25 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Jun 2012 18:39:02 -0700 Subject: fix double @@ on less pages --- docs/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 8f1ebf7ad..ad860bd4b 100644 --- a/docs/less.html +++ b/docs/less.html @@ -610,11 +610,11 @@ @linkColor - @@dropdownDividerTop + @dropdownDividerTop #e5e5e5 - @@dropdownDividerBottom + @dropdownDividerBottom @white -- cgit v1.2.3 From c44bd1edf43c43ed8782f956813cb6142cbe068c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Jun 2012 21:08:31 -0700 Subject: revamp docs to have new width, start realigning the base css page to match --- docs/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index ad860bd4b..924907eac 100644 --- a/docs/less.html +++ b/docs/less.html @@ -74,7 +74,7 @@ -
+
-- cgit v1.2.3 From 446f9199c60f3781c653cf39847ef881a4e197d4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Jun 2012 23:31:26 -0700 Subject: updated index page and footer --- docs/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 924907eac..4a56f65a0 100644 --- a/docs/less.html +++ b/docs/less.html @@ -1025,10 +1025,10 @@
-- cgit v1.2.3 From dd127611e12b9bab9d6da0c24532c5cd151108fd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jun 2012 00:46:16 -0700 Subject: two col scaffolding rev --- docs/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 4a56f65a0..ad860bd4b 100644 --- a/docs/less.html +++ b/docs/less.html @@ -74,7 +74,7 @@
-
+
@@ -1025,10 +1025,10 @@
-- cgit v1.2.3 From 22918f8f92d29a12a42db4e357f3d439e41bad0a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jun 2012 17:16:17 -0700 Subject: more tweaks to layouts and some docs styles --- docs/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index ad860bd4b..4a56f65a0 100644 --- a/docs/less.html +++ b/docs/less.html @@ -74,7 +74,7 @@
-
+
@@ -1025,10 +1025,10 @@
-- cgit v1.2.3 From 8ee067952202cc8a6e4865eab46598e346ad3971 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jun 2012 18:25:46 -0700 Subject: updated javascripts for first pass at single column --- docs/less.html | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 93 insertions(+), 4 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 4a56f65a0..afa79d1c5 100644 --- a/docs/less.html +++ b/docs/less.html @@ -74,6 +74,89 @@
+ +
-
-

Command line

-

Install the LESS command line tool via Node and run the following command:

-
$ lessc ./less/bootstrap.less > bootstrap.css
-

Be sure to include --compress in that command if you're trying to save some bytes!

-
-
-

Javascript

-

Download the latest Less.js and include the path to it (and Bootstrap) in the <head>.

+ +

Node with makefile

+

Install the LESS command line compiler, JSHint, Recess, and uglify-js globally with npm by running the following command:

+
$ npm install -g less jshint recess uglify-js
+

Once installed just run make from the root of your bootstrap directory and you're all set.

+

Additionally, if you have watchr installed, you may run make watch to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).

+ +

Command line

+

Install the LESS command line tool via Node and run the following command:

+
$ lessc ./less/bootstrap.less > bootstrap.css
+

Be sure to include --compress in that command if you're trying to save some bytes!

+ +

Javascript

+

Download the latest Less.js and include the path to it (and Bootstrap) in the <head>.

 <link rel="stylesheet/less" href="/path/to/bootstrap.less">
 <script src="/path/to/less.js"></script>
 
-

To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.

-
-
-
-
-

Unofficial 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.

-
-
-

More Mac apps

-

Crunch

-

Crunch is a great looking LESS editor and compiler built on Adobe Air.

-

CodeKit

-

Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.

-

Simpless

-

Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the source code is on GitHub.

-
-
+

To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.

+ +

Unofficial 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.

+ +

More Mac apps

+

Crunch

+

Crunch is a great looking LESS editor and compiler built on Adobe Air.

+

CodeKit

+

Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.

+

Simpless

+

Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the source code is on GitHub.

+ -- cgit v1.2.3 From 5a614fb86d87cff1a2892fe76fb7bdcca231d764 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jun 2012 19:53:54 -0700 Subject: remove sidenav --- docs/less.html | 83 ---------------------------------------------------------- 1 file changed, 83 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 87610c83f..76987cff5 100644 --- a/docs/less.html +++ b/docs/less.html @@ -74,89 +74,6 @@ - -
-