Commit c5103d0a authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #1181 from jwieland/updatelessdoc

Minor doc changes about less.js version
parents ae70d2a8 64f85e03
Showing with 8 additions and 2 deletions
+8 -2
......@@ -592,7 +592,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>
......
......@@ -532,7 +532,7 @@
<p>{{_i}}Use this option to make full use of Bootstrap’s Less variables, mixins, and nesting in CSS via javascript in your browser.{{/i}}</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>{{_i}}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.{{/i}}</p>
<h2>{{_i}}What’s included{{/i}}</h2>
......
......@@ -135,6 +135,12 @@
<li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li>
</ul>
</li>
<li>Update Less.js
<ul>
<li>Make sure to use to the current release of <a href="http://lesscss.org/">less.js</a> </li>
</ul>
</li>
</ul>
<!--
<li>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment