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 files |
- Layout |
- Content |
- Components |
- Utilities |
+ Layout |
+ Content |
+ Components |
+ Utilities |
- bootstrap.css
- bootstrap.min.css
+ bootstrap.css
+ bootstrap.min.css
|
- All |
- All |
- All |
- All |
+ Included |
+ Included |
+ Included |
+ Included |
- bootstrap-grid.css
- bootstrap-grid.min.css
+ bootstrap-grid.css
+ bootstrap-grid.min.css
|
- Only grid system |
- No |
- No |
- Only flex utilities |
+ Only grid system |
+ Not included |
+ Not included |
+ Only flex utilities |
- bootstrap-reboot.css
- bootstrap-reboot.min.css
+ bootstrap-reboot.css
+ bootstrap-reboot.min.css
|
- No |
- Only Reboot |
- No |
- No |
+ Not included |
+ Only Reboot |
+ Not included |
+ Not included |
-### Comparison of JS files
+## JS files
+
+Similarly, we have options for including some or all of our compiled JavaScript.
JS files |
- Popper |
- jQuery |
+ Popper |
+ jQuery |
- bootstrap.bundle.js
- bootstrap.bundle.min.js
+ bootstrap.bundle.js
+ bootstrap.bundle.min.js
|
- Included |
- Not included |
+ Included |
+ Not included |
- bootstrap.js
- bootstrap.min.js
+ bootstrap.js
+ bootstrap.min.js
|
- Not included |
- Not included |
+ Not included |
+ Not included |