• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

4.4.1/16-Aug-2025-3219

4.5.0/16-Aug-2025-304270

5.0.1/16-Aug-2025-331319

README.mdD16-Aug-2025952 2514

bootstrapJavascript.jsonD16-Aug-20252 KiB4948

bootstrapStylesheet.jsonD16-Aug-202513.4 KiB269268

updateBootStrapCustom.ymlD16-Aug-20251.2 KiB3938

README.md

1# Bootstrap
2
3## About
4
5This directory contains all `Bootstrap` related resources such as Javascript and Css files used by [ComboStrap](https://combostrap.com)
6
7If you want to bring your own custom Css file, check the [custom Bootstrap article](https://combostrap.com/custom/bootrstap)
8
9In a nutshell, if you already have your CSS file:
10
11  * Copy your CSS file into the sub version directory (`4.4.1`, `4.5.0`, ...)
12  * Copy the [bootstrapCustomCss.json](./bootstrapStylesheet.json) to `bootstrapLocalCss.json`
13  * And adapt the file by changing or adding your values
14
15
16## Files
17
18  * [bootstrap.json] is a metadata file with all official bootstrap information
19  * [bootstrapCustom.json] is a metadata file with the [ComboStrap](https://combostrap.com) 16 grid theme.
20  * There is one subdirectory by `Bootstrap` release such as [4.5.0](./4.5.0)
21
22## Jquery
23
24Jquery must not be slim because the `post` http method is needed for the search box (`qsearch`)
25