From 855a82e3a27b73738518ff2486ee9e4e3b7be872 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Jul 2016 20:18:51 -0700 Subject: remove dist download option for now; it has been coming soon for far too long --- docs/getting-started/download.md | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 37fbbaa59..6e094aa50 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -6,27 +6,10 @@ group: getting-started **Bootstrap v{{ site.current_version}}** is available for download in several ways, including some of your favorite package managers. Choose from the options below to snag just what you need. -
-
-{% markdown %} -### Compiled -Download just the compiled and minified CSS and JavaScript. Doesn't include any documentation or original source files. - -{% comment %} -Download Bootstrap -{% endcomment %} -Coming soon! -{% endmarkdown %} -
-
-{% markdown %} ### Source files Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).** Download source -{% endmarkdown %} -
-
## Package managers @@ -121,4 +104,3 @@ Need only a part of Bootstrap's CSS or JS? Use one of the custom builds to snag Download - -- cgit v1.2.3 From 069a0dd6e7fd0a73a5cbb8a0b716b65f2bb0cfe4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Jul 2016 20:20:16 -0700 Subject: comment out custom builds for now --- docs/getting-started/download.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/getting-started') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 6e094aa50..be46329be 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -83,6 +83,7 @@ PM> Install-Package bootstrap.sass -Pre 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. @@ -104,3 +105,4 @@ Need only a part of Bootstrap's CSS or JS? Use one of the custom builds to snag Download +{% endcomment %} -- cgit v1.2.3 From c017eaca2fb318f7d215f41b966d553429e00f90 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Jul 2016 20:21:45 -0700 Subject: elaborate on those classes --- docs/getting-started/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 8ed206888..dd7f7fb3d 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -37,4 +37,4 @@ You can find and customize these variables for key global options in our `_varia | `$enable-gradients` | `true` or `false` (default) | Enables predefined gradients via `background-image` styles on various components. | | `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | | `$enable-hover-media-query` | `true` or `false` (default) | ... | -| `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g. `.col-md-1` etc.). | +| `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g., `.container`, `.row`, `.col-md-1`, etc.). | -- cgit v1.2.3