From b7a153b2eb985394dbc4d632a178b0112474be47 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Oct 2017 13:08:37 -0700 Subject: [PATCH] redesign these tables, fix headings, add intro paragraphs --- docs/4.0/getting-started/contents.md | 72 +++++++++++++++------------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/docs/4.0/getting-started/contents.md b/docs/4.0/getting-started/contents.md index 798324bd92..d564b70491 100644 --- a/docs/4.0/getting-started/contents.md +++ b/docs/4.0/getting-started/contents.md @@ -36,78 +36,82 @@ bootstrap/ This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/), but not [jQuery](https://jquery.com/). -### Comparison of CSS files +## CSS files + +Bootstrap includes a handful of options for including some or all of our compiled CSS. - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
CSS filesLayoutContentComponentsUtilitiesLayoutContentComponentsUtilities
-
bootstrap.css
-
bootstrap.min.css
+
bootstrap.css
+
bootstrap.min.css
AllAllAllAllIncludedIncludedIncludedIncluded
-
bootstrap-grid.css
-
bootstrap-grid.min.css
+
bootstrap-grid.css
+
bootstrap-grid.min.css
Only grid systemNoNoOnly flex utilitiesOnly grid systemNot includedNot includedOnly flex utilities
-
bootstrap-reboot.css
-
bootstrap-reboot.min.css
+
bootstrap-reboot.css
+
bootstrap-reboot.min.css
NoOnly RebootNoNoNot includedOnly RebootNot includedNot included
-### Comparison of JS files +## JS files + +Similarly, we have options for including some or all of our compiled JavaScript. - - + + - - + + - - + +
JS filesPopperjQueryPopperjQuery
-
bootstrap.bundle.js
-
bootstrap.bundle.min.js
+
bootstrap.bundle.js
+
bootstrap.bundle.min.js
IncludedNot includedIncludedNot included
-
bootstrap.js
-
bootstrap.min.js
+
bootstrap.js
+
bootstrap.min.js
Not includedNot includedNot includedNot included