]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
updated docs to include other less apps
authorMark Otto <markdotto@gmail.com>
Mon, 12 Dec 2011 17:51:41 +0000 (09:51 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 12 Dec 2011 17:51:41 +0000 (09:51 -0800)
bootstrap.css
docs/assets/css/docs.css
docs/less.html

index 4e5055c1b7ee7dcb4def3bba63fb7e76ebfcf52a..6411413ff7261965255553a9fb7624f26f099e03 100644 (file)
@@ -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;
index 7c1e65942db8fbce1c09a61dd539b421cf5a9cb3..586b5334b1639de349c48f5bb0998938a26f6a3e 100644 (file)
@@ -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;
+  }
 }
 
 
index ab276eeced2253b445c6d80b151c420a90c26c30..52de8b6aac85c26ff3dc1bb932058d5c8628a46b 100644 (file)
     <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>