diff options
| author | Jason Wieland <[email protected]> | 2012-01-24 23:24:46 -0800 |
|---|---|---|
| committer | Jason Wieland <[email protected]> | 2012-01-24 23:24:46 -0800 |
| commit | 6be91368c07ad2b3201d1c669b27fbafb46d0d0e (patch) | |
| tree | 5ce738ef5af4736f8f59e3c78156ada173d3733d /docs/less.html | |
| parent | 5a54a98925f4f7375bdf63f86d21908b05af187e (diff) | |
| download | bootstrap-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.html | 2 |
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"> <link rel="stylesheet/less" href="less/bootstrap.less" media="all" /> -<script src="js/less-1.1.3.min.js"></script></pre> +<script src="js/less-1.2.1.min.js"></script></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> |
