aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-10 14:18:28 -0700
committerMark Otto <[email protected]>2016-10-10 14:18:28 -0700
commiteaac9deec2edc7a46a8ca225374484224f7f1392 (patch)
treed3a027b8ec415264adc99915c47e1dd815a28faa /docs/getting-started
parentaddf93a9d29d6a8b79f26efacbd1886eee5bb78c (diff)
downloadbootstrap-eaac9deec2edc7a46a8ca225374484224f7f1392.tar.xz
bootstrap-eaac9deec2edc7a46a8ca225374484224f7f1392.zip
remove commented out custom builds
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/download.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index 389450867..448afcad3 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -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 %}