An open API service indexing awesome lists of open source software.

https://github.com/hqarroum/bootstrap-docs

:notebook_with_decorative_cover: The docs.css stylesheet from the Bootstrap documentation.
https://github.com/hqarroum/bootstrap-docs

bootstrap bootstrap-docs

Last synced: about 2 months ago
JSON representation

:notebook_with_decorative_cover: The docs.css stylesheet from the Bootstrap documentation.

Awesome Lists containing this project

README

          






bootstrap








> This repository exposes the extracted `docs.css` stylesheet from the Bootstrap documentation for Bootstrap 3 and Bootstrap 4.

## Description

This repository archives the bootstrap website custom stylesheet source code, the versioned versions ranges from the version `3.0.0` of the documentation, up to the `4.0.0` version.

## Install

##### Using NPM

```bash
npm install --save bootstrap-docs
```

##### Using Bower

```bash
bower install --save bootstrap-docs
```

##### Using unpkg.com

```bash
https://unpkg.com/bootstrap-docs@1.0.0/assets/css//docs.css
```

## Credits

All the credits and merit to this repository goes to the Bootstrap team, and all the source code for the documentation can be found on the [Bootstrap website](https://getbootstrap.com).