From 6e9756ebb682dbb1ea9c9a75653838bd130a9cb6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Apr 2012 15:30:56 -0700 Subject: #3228: update docs to list dependencies from 2.0.3 for compiling via make --- 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 3fecd1ade..781bd2fb7 100644 --- a/docs/less.html +++ b/docs/less.html @@ -975,8 +975,8 @@

Node with makefile

-

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

-
$ npm install -g less uglify-js
+

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

-- cgit v1.2.3 From 3a21891824f3f0af06da750bb768902e171b2ca0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 May 2012 13:58:42 -0700 Subject: #3469: add variables for dropdown menu dividers --- docs/less.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 781bd2fb7..476f5ac98 100644 --- a/docs/less.html +++ b/docs/less.html @@ -614,6 +614,14 @@ @dropdownLinkBackgroundHover @linkColor + + @@dropdownDividerTop + #e5e5e5 + + + @@dropdownDividerBottom + @white +

Hero unit

-- cgit v1.2.3 From 8f4424585094354589fbab80d5b0e6b1bb6d87cf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 May 2012 14:31:31 -0700 Subject: document .hyphens() mixin --- docs/less.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 476f5ac98..aff16044f 100644 --- a/docs/less.html +++ b/docs/less.html @@ -907,6 +907,11 @@ @columnCount, @columnGap: @gridGutterWidth Make the content of any element use CSS3 columns + + .hyphens() + @mode: auto + CSS3 hyphenation when you want it (includes word-wrap: break-word) +

Backgrounds and gradients

-- cgit v1.2.3 From 1dbf4c92ce4937a62db93094dd449982cb8c9639 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 May 2012 21:45:45 -0700 Subject: manually resolve #3516: type in less docs --- 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 aff16044f..41f62ee20 100644 --- a/docs/less.html +++ b/docs/less.html @@ -818,7 +818,7 @@ #grid > .fluid() @fluidGridColumnWidth, @fluidGridGutterWidth - Generate a precent grid system with n columns and x % wide gutter + Generate a percent grid system with n columns and x % wide gutter #grid > .input() -- cgit v1.2.3 From 7dbcd0be9a797bc3c537d4fea5e84ce40808e886 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 24 May 2012 21:30:43 -0700 Subject: fix navbar button for mobile tapping (turn to button instead of adding href=#), streamline less docs page --- docs/less.html | 989 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 491 insertions(+), 498 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 41f62ee20..c1fc8212b 100644 --- a/docs/less.html +++ b/docs/less.html @@ -34,11 +34,11 @@