2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #1181 from jwieland/updatelessdoc

Minor doc changes about less.js version
This commit is contained in:
Mark Otto
2012-01-25 00:41:05 -08:00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -532,7 +532,7 @@
<p>{{_i}}Use this option to make full use of Bootstraps 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}}Whats included{{/i}}</h2>