> For the complete documentation index, see [llms.txt](https://lorvent.gitbook.io/clear/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorvent.gitbook.io/clear/css-files.md).

# CSS Files

We have a css file called app.css which is a combination of the following files:-

* bootstrap.css
* font-awesome.min.css
* vendors/themify-icons/css/themify-icons.css
* metisMenu.css
* bootstrap-switch.min.css

app.css is placed in the destination directory (css/app.css) which is done with the help of gulp. It is placed in all pages and also every page has its own css file which can be found in src/css/custom\_css/.
