]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add what's included
authorMark Otto <otto@github.com>
Mon, 23 Dec 2013 05:27:12 +0000 (21:27 -0800)
committerMark Otto <otto@github.com>
Mon, 23 Dec 2013 05:27:12 +0000 (21:27 -0800)
css.html

index 4d134a7ff77a244df42576cdc19f8de74880df85..460df1bfc07939bdd321ea0c10e7ee968b738432 100644 (file)
--- a/css.html
+++ b/css.html
@@ -3317,7 +3317,43 @@ a {
     <h2 id="sass-contents">What's included</h2>
     <p>Since the Sass port has a separate repo and serves a slightly different audience, the contents of the project differ greatly from the main Bootstrap project. This ensures the Sass port is as compatible with as many Sass-based systems as possible.</p>
 
-    <!-- List of contents here -->
+    <div class="table-responsive">
+      <table class="table table-bordered table-striped">
+        <thead>
+          <tr>
+            <th>Path</th>
+            <th>Description</th>
+          </tr>
+        </thead>
+        <tbody>
+          <tr>
+            <th><code>lib/</code></th>
+            <td>Ruby gem code (Sass configuration, Rails and Compass integrations)</td>
+          </tr>
+          <tr>
+            <th><code>tasks/</code></th>
+            <td>Converter scripts (turning upstream Less to Sass)</td>
+          </tr>
+          <tr>
+            <th><code>test/</code></th>
+            <td>Compilation tests</td>
+          </tr>
+          <tr>
+            <th><code>templates/</code></th>
+            <td>Compass package manifest</td>
+          </tr>
+          <tr>
+            <th><code>vendor/assets/</code></th>
+            <td>Sass, JavaScript, and font files</td>
+          </tr>
+          <tr>
+            <th><code>Rakefile</code></th>
+            <td>Internal tasks, such as rake and convert</td>
+          </tr>
+        </tbody>
+      </table>
+    </div>
+    <p>Visit the <a href="{{ site.sass_repo }}">Sass port's GitHub repository</a> to see this files in action.</p>
 
 
     <h2 id="sass-installation">Installation</h2>