diff options
| author | XhmikosR <[email protected]> | 2020-12-06 21:28:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-03-16 09:44:36 +0200 |
| commit | 4e418f0af3f31716ec32b5da0cb496cc9ec3a45c (patch) | |
| tree | dfc70196141af95c7ca98d93e99ef5a6cd468ce5 | |
| parent | af42557f4a8eb69bd098869d0f29f4c456c95063 (diff) | |
| download | bootstrap-XhmikosR-patch-6.tar.xz bootstrap-XhmikosR-patch-6.zip | |
Update README.mdXhmikosR-patch-6
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -81,6 +81,8 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.0/getting-starte 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: +<details><summary>File Contents</summary> + ```text bootstrap/ ├── css/ @@ -131,6 +133,8 @@ bootstrap/ └── 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/). |
