mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
stub out descriptions and titles for potential custom builds
This commit is contained in:
parent
63d4423fc0
commit
58fee94f8d
1 changed files with 16 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue