* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Dec 11 02:07:42 PST 2011
+ * Date: Mon Dec 12 09:51:27 PST 2011
*/
html, body {
margin: 0;
<h2 id="compiling">Compiling Less</h2>
<p>After modifying the <code>.less</code> files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.</p>
<h3>Ways to compile</h3>
- <table class="striped-table">
+ <table class="bordered-table striped-table">
<thead>
<tr>
<th style="width: 120px;">Method</th>
</td>
</tr>
<tr>
- <td>Mac app</td>
+ <td><a href="http://incident57.com/less/" target="_blank">Unofficial Mac app</a></td>
<td>
<p><a href="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.</p>
<p>If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.</p>
</td>
</tr>
+ <tr>
+ <td><a href="http://crunchapp.net/" target="_blank">Crunch</a></td>
+ <td>Crunch is a great looking LESS editor and compiler built on Adobe Air.</td>
+ </tr>
+ <tr>
+ <td><a href="http://incident57.com/codekit/" target="_blank">CodeKit</a></td>
+ <td>Created by the same guy as the unofficial Mac app, CodeKit is a Mac app that compiles LESS, SASS, Stylus, and CoffeeScript.</td>
+ </tr>
+ <tr>
+ <td><a href="http://wearekiss.com/simpless" target="_blank">Simpless</a></td>
+ <td>Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the <a href="https://github.com/Paratron/SimpLESS" target="_blank">source code is on GitHub</a>.</td>
+ </tr>
</tbody>
</table>
</div>