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

..28-Aug-2022-

4.4.1/H28-Aug-2022--266,803-158,411

4.5.0/H28-Aug-2022--2,534,435-2,250,984

5.0.1/H28-Aug-2022--2,701,180-2,651,146

README.mdH A D26-Aug-2022952 2514

bootstrapJavascript.jsonH A D26-Aug-20222 KiB4948

bootstrapStylesheet.jsonH A D26-Aug-202213.4 KiB269268

updateBootStrapCustom.ymlH A D26-Aug-20221.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