bootstrap-css-only
Version:
[Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO depenedency on jQuery.
34 lines (22 loc) • 1.06 kB
Markdown
# Bootstrap CSS only
A Bower and NPM component for [Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO depenedency on jQuery. Perfect companion for [Angular-UI Bootstrap](https://github.com/angular-ui/bootstrap-bower).
- With 3.0.1 and above, the glyphicons are included as well.
- Starting with version 3.3.5, package is available on NPM also.
## Installation:
#### Bower
```bash
$ bower install bootstrap-css-only
```
#### NPM (3.3.5+)
```bash
$ npm install bootstrap-css-only
```
### Previous Bootstrap versions also available:
You can request info for a specific version with 'bower info bootstrap-css-only#<version>'
```bash
$ bower install bootstrap-css-only#2.3.2
$ bower install bootstrap-css-only#3.0.0
...
```
## Copyright and license
Code and documentation copyright 2011-2018 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).