diff options
| author | Mark Otto <[email protected]> | 2012-01-25 00:41:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 00:41:05 -0800 |
| commit | c5103d0ad12c2b1bb1ca7f35c56e6126233f5e08 (patch) | |
| tree | b739fe5cfe7d648cd5e8be5cfffbfd70b36ae378 | |
| parent | ae70d2a8b6db76d0b3a2a2ef4540a270f0f5c257 (diff) | |
| parent | 64f85e037102425062a43ba17b9d5b1f4c4acba7 (diff) | |
| download | bootstrap-c5103d0ad12c2b1bb1ca7f35c56e6126233f5e08.tar.xz bootstrap-c5103d0ad12c2b1bb1ca7f35c56e6126233f5e08.zip | |
Merge pull request #1181 from jwieland/updatelessdoc
Minor doc changes about less.js version
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 | ||||
| -rw-r--r-- | docs/upgrading.html | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index e5e3baa66..955f900a2 100644 --- a/docs/less.html +++ b/docs/less.html @@ -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"> <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> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index ecb39055b..ed7000203 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -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"> <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>{{_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> diff --git a/docs/upgrading.html b/docs/upgrading.html index 7dab4c000..9283f4aee 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -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> |
