]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add section for contents
authorMark Otto <otto@github.com>
Sat, 21 Dec 2013 18:36:20 +0000 (10:36 -0800)
committerMark Otto <otto@github.com>
Sat, 21 Dec 2013 18:36:20 +0000 (10:36 -0800)
_includes/nav-css.html
css.html

index 8bebd94e2f20a23727b5efdd69044ee53cb2bb9d..a7ca471bd1d50d36afb2aadc7096d50b9628e03a 100644 (file)
 <li>
   <a href="#sass">Using Sass</a>
   <ul class="nav">
+    <li><a href="#sass-contents">What's included</a></li>
     <li><a href="#sass-installation-rails">Rails install</a></li>
     <li><a href="#sass-installation-compass">Compass install</a></li>
     <li><a href="#sass-installation-sass-only">Sass install</a></li>
index 62e5ba952986910064acdad9b27347748a425623..4d134a7ff77a244df42576cdc19f8de74880df85 100644 (file)
--- a/css.html
+++ b/css.html
@@ -3314,6 +3314,12 @@ a {
     </div>
     <p class="lead">While Bootstrap is built on Less, it also has an <a href="{{ site.sass_repo }}">official Sass port</a>. We maintain it in a separate GitHub repository and handle updates with a conversion script.</p>
 
+    <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 -->
+
+
     <h2 id="sass-installation">Installation</h2>
     <p>Use the appropriate guide for your environment of choice.</p>