Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
:notebook_with_decorative_cover: The docs.css stylesheet from the Bootstrap documentation.
- Host: GitHub
- URL: https://github.com/hqarroum/bootstrap-docs
- Owner: HQarroum
- License: mit
- Created: 2017-08-15T14:56:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T16:00:41.000Z (about 7 years ago)
- Last Synced: 2024-04-26T00:24:53.205Z (7 months ago)
- Topics: bootstrap, bootstrap-docs
- Language: CSS
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 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/[email protected]/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).