diff --git a/docs/less.html b/docs/less.html index e5e3baa66b..955f900a2f 100644 --- a/docs/less.html +++ b/docs/less.html @@ -592,7 +592,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/templates/pages/less.mustache b/docs/templates/pages/less.mustache index ecb39055b0..ed70002036 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -532,7 +532,7 @@

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

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

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

{{_i}}What’s included{{/i}}

diff --git a/docs/upgrading.html b/docs/upgrading.html index 7dab4c0000..9283f4aee8 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 + +
  • +