Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-12-02 23:53:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-12-16 10:23:08 +0300
commitd99c820f9c4d365f1bb7a800d2051dc7320e5f2e (patch)
treeb1d7cd9e81e9564f1b65301f4e9e2304e3c933c9
parentb81ce1f9e265bfe5dc85d68790d1574b671fdf6b (diff)
README.md: wrap file contents in a `details` element (#35452)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4dd7531134..5dcb7bc999 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,9 @@ Read the [Getting started page](https://getbootstrap.com/docs/4.6/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/
@@ -98,6 +100,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/), but not [jQuery](https://jquery.com/).