Skip to content

Commit 8c60c27

Browse files
committed
Added Bower install command
1 parent af0d6f1 commit 8c60c27

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
[![Latest Version](https://img.shields.io/github/release/dmhendricks/bootstrap-grid-css.svg)](https://github.com/dmhendricks/bootstrap-grid-css/releases)
2+
[![GitHub License](https://img.shields.io/badge/license-MIT-yellow.svg)](https://raw.githubusercontent.com/dmhendricks/bootstrap-grid-css/master/LICENSE)
3+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/danielhendricks)
4+
[![Twitter](https://img.shields.io/twitter/url/https/github.com/dmhendricks/bootstrap-grid-css.svg?style=social)](https://twitter.com/danielhendricks)
5+
16
# bootstrap-grid.css
27

38
**Version:** 4.0.0-alpha.6
49

510
**License:** MIT ([https://github.com/twbs/bootstrap/blob/master/LICENSE](https://github.com/twbs/bootstrap/blob/master/LICENSE))
611

7-
**Contents Copyright:** (c) 2011-2017 Twitter, Inc.
12+
**Contents Copyright:** (c) 2011-2018 Twitter, Inc.
813

914
## Purpose
1015

@@ -17,6 +22,12 @@ There are times when you only want to use the excellent Bootstrap grid functiona
1722
* `.img-fluid` class (formerly `.img-responsive` in Bootstrap 3)
1823
* `clearfix` utility
1924

25+
### Bower Installation
26+
27+
```
28+
bower install bootstrap4-grid-only
29+
```
30+
2031
## Usage
2132

2233
I have already taken the liberty of extracting the grid and responsive utilities mixins (for those who don't know how or don't want to bother keeping it updated), which can be found in `dist/css/bootstrap-grid.css`. I also wrapped the classes with the `.bootstrap-wrapper` class **to avoid conflicts with other libraries** that may already be used in a project.

0 commit comments

Comments
 (0)