aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
authorJason Wieland <[email protected]>2012-01-24 23:24:46 -0800
committerJason Wieland <[email protected]>2012-01-24 23:24:46 -0800
commit6be91368c07ad2b3201d1c669b27fbafb46d0d0e (patch)
tree5ce738ef5af4736f8f59e3c78156ada173d3733d /docs/less.html
parent5a54a98925f4f7375bdf63f86d21908b05af187e (diff)
downloadbootstrap-6be91368c07ad2b3201d1c669b27fbafb46d0d0e.tar.xz
bootstrap-6be91368c07ad2b3201d1c669b27fbafb46d0d0e.zip
minor doc updates to inform user they need the current less.js 1.2.1 or they will be hit by this bug #952
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/less.html b/docs/less.html
index c5fb46ca6..e1de9fcc4 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -431,7 +431,7 @@
<p>Use this option to make full use of Bootstrap’s Less variables, mixins, and nesting in CSS via javascript in your browser.</p>
<pre class="prettyprint linenums">
&lt;link rel="stylesheet/less" href="less/bootstrap.less" media="all" /&gt;
-&lt;script src="js/less-1.1.3.min.js"&gt;&lt;/script&gt;</pre>
+&lt;script src="js/less-1.2.1.min.js"&gt;&lt;/script&gt;</pre>
<p>Not feeling the .js solution? <a href="http://incident57.com/less" target="_blank">Try the Less Mac app</a> or <a href="http://lesscss.org/#-client-side-usage" target="_blank">use Node.js</a> to compile when you deploy your code.</p>
<h2>What’s included</h2>