mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
minor doc updates to inform user they need the current less.js 1.2.1 or they will be hit by this bug #952
This commit is contained in:
@@ -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>
|
<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">
|
<pre class="prettyprint linenums">
|
||||||
<link rel="stylesheet/less" href="less/bootstrap.less" media="all" />
|
<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>
|
<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>
|
<h2>What’s included</h2>
|
||||||
|
@@ -135,6 +135,12 @@
|
|||||||
<li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li>
|
<li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
<!--
|
<!--
|
||||||
<li>
|
<li>
|
||||||
|
Reference in New Issue
Block a user