diff options
| author | Mark Otto <[email protected]> | 2014-12-11 12:21:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-11 12:21:26 -0800 |
| commit | 235e815e6abdbc600f939bf90d6dfd44b80a68ec (patch) | |
| tree | be1dea594f4108fe280798d0ece95a1f1e0d52ba | |
| parent | e0a9a7722fa65ff64d9f0492a0b42d7217414ebd (diff) | |
| parent | 58fee94f8d0cfdeba252962cc37a74907678ccec (diff) | |
| download | bootstrap-235e815e6abdbc600f939bf90d6dfd44b80a68ec.tar.xz bootstrap-235e815e6abdbc600f939bf90d6dfd44b80a68ec.zip | |
Merge pull request #15 from twbs/v4_builds
Stub out v4 custom builds
| -rw-r--r-- | docs/getting-started/download.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 981554cca..c2ec0fb6e 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -5,6 +5,22 @@ title: Download Bootstrap is available for download via ZIP file in two flavors: precompiled CSS and Javascript, and the complete source code with documentation. +## 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. + +--- + ### Precompiled Compiled and minified CSS and JavaScript. No docs or original source files are included. |
