]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke the sass docs
authorMark Otto <otto@github.com>
Wed, 9 Jul 2014 00:00:20 +0000 (17:00 -0700)
committerMark Otto <otto@github.com>
Wed, 9 Jul 2014 00:00:20 +0000 (17:00 -0700)
docs/_includes/css/sass.html [deleted file]
docs/_includes/nav/css.html
docs/css.html

diff --git a/docs/_includes/css/sass.html b/docs/_includes/css/sass.html
deleted file mode 100644 (file)
index 2d5fabb..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<div class="bs-docs-section">
-  <h1 id="sass" class="page-header">Using Sass</h1>
-  <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>
-
-  <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 these files in action.</p>
-
-
-  <h2 id="sass-installation">Installation</h2>
-  <p>For information on how to install and use Bootstrap for Sass, consult the <a href="{{ site.sass_repo }}">GitHub repository readme</a>. It's the most up to date source and includes information for use with Rails, Compass, and standard Sass projects.</p>
-  <p>
-    <a class="btn btn-lg btn-outline" href="{{ site.sass_repo }}">Bootstrap for Sass</a>
-  </p>
-</div>
index fc5c9a3755c0b21997ca4f6fe0e08f657c8e46ad..235f67091fe90eeecb36777e06db2b491ab0824d 100644 (file)
     <li><a href="#responsive-utilities-tests">Test cases</a></li>
   </ul>
 </li>
-<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 install</a></li>
-  </ul>
-</li>
index 3695e9dfa230206b569af240a4c61771b12b0d39..0d5b8c5f4f1c305fbdad8a93552ae093a1eb8873 100644 (file)
@@ -15,4 +15,3 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
 {% include css/images.html %}
 {% include css/helpers.html %}
 {% include css/responsive-utilities.html %}
-{% include css/sass.html %}