aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-12-02 22:53:12 +0200
committerGitHub <[email protected]>2021-12-02 22:53:12 +0200
commit2ff1eb0daaabcac2b5d0a850a1cdf4008566470b (patch)
treed49c62f4815702d1f5cdb1ea4fcd136adae9bafc /README.md
parentd8999dd5666336dcf6976cc65bc0d562a4baec5a (diff)
downloadbootstrap-2ff1eb0daaabcac2b5d0a850a1cdf4008566470b.tar.xz
bootstrap-2ff1eb0daaabcac2b5d0a850a1cdf4008566470b.zip
README.md: wrap file contents in a `details` element (#35452)
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index eead62780..2ee97158e 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,9 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte
## What's included
-Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
+Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.
+
+<details><summary>Download contents</summary>
```text
bootstrap/
@@ -128,6 +130,7 @@ bootstrap/
├── bootstrap.min.js
└── bootstrap.min.js.map
```
+</details>
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [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/).