]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove commented out custom builds
authorMark Otto <markdotto@gmail.com>
Mon, 10 Oct 2016 21:18:28 +0000 (14:18 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 10 Oct 2016 21:18:28 +0000 (14:18 -0700)
docs/getting-started/download.md

index 3894508671f3f20a114f9f684c552c8144a2e756..448afcad3373d01e9202630e3d6b15080322bee4 100644 (file)
@@ -101,27 +101,3 @@ Install-Package bootstrap.sass -Pre
 {% endhighlight %}
 
 The `-Pre` is required until Bootstrap v4 has a stable release.
-
-{% comment %}
-## Custom builds
-
-Need only a part of Bootstrap's CSS or JS? Use one of the custom builds to snag just what you need.
-
-<div class="row">
-  <div class="col-sm-4">
-    <h3>Reboot</h3>
-    <p>Includes variables/mixins, Normalize, and Reboot. No JavaScript.</p>
-    <a class="btn btn-bs btn-outline" href="#">Download</a>
-  </div>
-  <div class="col-sm-4">
-    <h3>Grid only</h3>
-    <p>Includes variables/mixins and our grid system. No JavaScript.</p>
-    <a class="btn btn-bs btn-outline" href="#">Download</a>
-  </div>
-  <div class="col-sm-4">
-    <h3>Flexbox</h3>
-    <p>All of Bootstrap with flexbox enabled and <strong>lower browser support</strong>.</p>
-    <a class="btn btn-bs btn-outline" href="#">Download</a>
-  </div>
-</div>
-{% endcomment %}