From 6be91368c07ad2b3201d1c669b27fbafb46d0d0e Mon Sep 17 00:00:00 2001 From: Jason Wieland Date: Tue, 24 Jan 2012 23:24:46 -0800 Subject: [PATCH 1/2] minor doc updates to inform user they need the current less.js 1.2.1 or they will be hit by this bug #952 --- docs/less.html | 2 +- docs/upgrading.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/less.html b/docs/less.html index c5fb46ca68..e1de9fcc48 100644 --- a/docs/less.html +++ b/docs/less.html @@ -431,7 +431,7 @@

Use this option to make full use of Bootstrap’s Less variables, mixins, and nesting in CSS via javascript in your browser.

 <link rel="stylesheet/less" href="less/bootstrap.less" media="all" />
-<script src="js/less-1.1.3.min.js"></script>
+<script src="js/less-1.2.1.min.js"></script>

Not feeling the .js solution? Try the Less Mac app or use Node.js to compile when you deploy your code.

What’s included

diff --git a/docs/upgrading.html b/docs/upgrading.html index 1be32c676f..5c480f7042 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -135,6 +135,12 @@
  • Pills now have dropdown menu support (they share the same markup and styles as tabs)
  • +
  • Update Less.js + +
  • +