Skip to content

Commit 3e251bf

Browse files
author
Miklos Szanyi
committed
Added instructions to use distributed files
1 parent 328e47b commit 3e251bf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22
Responsive grid classes for Bootstrap 4. Extends Bootstrap 4 with display: grid utilities.
33
Uses Bootstrap 4 variables and mixins. It will pick up Bootstrap's or your override varaibles such as $grid-breakpoints. To generate responsive grid utilities.
44

5-
## install
5+
## Install
66

77
``` bash
88
npm i grid-bootstrap
99
```
1010

11+
## Use ready css
12+
13+
Link our distributed script in your html's head:
14+
15+
```html
16+
<link rel="stylesheet" type="text/css" href="//unpkg.com/grid-bootstrap"></script>
17+
<!-- `grid-bootstrap` is now available on the page -->
18+
```
19+
1120
## How to use
1221

1322
### For compiling

0 commit comments

Comments
 (0)