You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**License:** MIT ([https://github.com/twbs/bootstrap/blob/master/LICENSE](https://github.com/twbs/bootstrap/blob/master/LICENSE))
6
11
7
-
**Contents Copyright:** (c) 2011-2017 Twitter, Inc.
12
+
**Contents Copyright:** (c) 2011-2018 Twitter, Inc.
8
13
9
14
## Purpose
10
15
@@ -17,6 +22,12 @@ There are times when you only want to use the excellent Bootstrap grid functiona
17
22
*`.img-fluid` class (formerly `.img-responsive` in Bootstrap 3)
18
23
*`clearfix` utility
19
24
25
+
### Bower Installation
26
+
27
+
```
28
+
bower install bootstrap4-grid-only
29
+
```
30
+
20
31
## Usage
21
32
22
33
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