From 4462f24753463dda66a8301ff10b8e7c0abc5ac8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Apr 2012 22:40:06 -0700 Subject: fix #2911: correct /lib/ path to /less/ --- 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 d6a0fd64a..354285815 100644 --- a/docs/less.html +++ b/docs/less.html @@ -969,7 +969,7 @@

Command line

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

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

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

-- cgit v1.2.3