From 960cbe61624eb7dfcd9bf44b92ffff79aec0349c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 9 Jun 2015 16:09:33 -0700 Subject: some download changes --- docs/getting-started/download.md | 48 ++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 21 deletions(-) (limited to 'docs/getting-started/download.md') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index fdb4d8d83..224a2d12d 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -10,23 +10,27 @@ Bootstrap is available for download via ZIP file in two flavors: precompiled CSS * Will be replaced with the ToC, excluding the "Contents" header {:toc} -{% comment %} -## Optional builds - -### Scaffolding only -Just our global CSS resets, including Normalize and more. No custom CSS components or JavaScript. - -### Grid only -Literally just our grid container and columns. No global CSS resets, custom CSS components, or JavaScript. - -### Individual components -Choose what CSS and JS components to download and customize further for your own use. Include the global CSS resets. - -### Kitchen sink -Download the entire project and quickly get developing. Includes all CSS and JavaScript, including the source files and basic build tools. - ---- -{% endcomment %} +## 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 support enabled and lower browser support.

+ Download +
+
## Precompiled @@ -40,13 +44,15 @@ Source Sass, JavaScript, and documentation. **Requires a Sass compiler and [some Download source -## Bower +## Package managers + +### Bower You can also install and manage Bootstrap's Sass, CSS, and JavaScript using [Bower](http://bower.io). {% highlight bash %}$ bower install bootstrap{% endhighlight %} -## npm +### npm Bootstrap is available as [an npm package](https://www.npmjs.org/package/bootstrap). Install it into your Node powered apps with: @@ -59,13 +65,13 @@ Bootstrap's `package.json` contains some additional metadata under the following - `less` - path to Bootstrap's main [Less](http://lesscss.org) source file - `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization) -## Meteor +### Meteor {% highlight bash %} $ meteor add twbs:bootstrap {% endhighlight %} -## Composer +### Composer {% highlight bash %} $ composer require twbs/bootstrap -- cgit v1.2.3