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