From eaac9deec2edc7a46a8ca225374484224f7f1392 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Oct 2016 14:18:28 -0700 Subject: [PATCH] remove commented out custom builds --- docs/getting-started/download.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 3894508671..448afcad33 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. - -
-
-

Reboot

-

Includes variables/mixins, Normalize, and Reboot. No JavaScript.

- Download -
-
-

Grid only

-

Includes variables/mixins and our grid system. No JavaScript.

- Download -
-
-

Flexbox

-

All of Bootstrap with flexbox enabled and lower browser support.

- Download -
-
-{% endcomment %}