aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-22 21:27:12 -0800
committerMark Otto <[email protected]>2013-12-22 21:27:12 -0800
commit8bc6aeb60aeacc79605549e3be12f807b0f31eb7 (patch)
tree2f745f0a1a045b54d4273dcf7997846cd0083b5b /css.html
parent906b0c595bb9f02bdb305888804faf277602a0c1 (diff)
downloadbootstrap-8bc6aeb60aeacc79605549e3be12f807b0f31eb7.tar.xz
bootstrap-8bc6aeb60aeacc79605549e3be12f807b0f31eb7.zip
add what's included
Diffstat (limited to 'css.html')
-rw-r--r--css.html38
1 files changed, 37 insertions, 1 deletions
diff --git a/css.html b/css.html
index 4d134a7ff..460df1bfc 100644
--- 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>