mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
updated docs to include other less apps
This commit is contained in:
parent
4e8c26d409
commit
d681ae9f51
2
bootstrap.css
vendored
2
bootstrap.css
vendored
@ -6,7 +6,7 @@
|
||||
* 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;
|
||||
|
@ -382,6 +382,12 @@ h2 + table {
|
||||
max-width: 300px;
|
||||
margin: 0 auto 18px;
|
||||
}
|
||||
|
||||
table code {
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -392,7 +392,7 @@
|
||||
<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>
|
||||
@ -428,12 +428,24 @@
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user