File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ An easy to use flexbox grid system.
32
32
33
33
To get the waffle grid system in your web page, simply pste this code into the ` head ` of your document,
34
34
``` html
35
- <link rel =" stylesheet" href =" https://cdn.rawgit. com/lucasgruwez/ waffle-grid/31785e54 /dist/waffle-grid.min.css" >
35
+ <link rel =" stylesheet" href =" https://unpkg. com/waffle-grid/dist/waffle-grid.min.css" >
36
36
<!-- or -->
37
- <link rel =" stylesheet" href =" https://cdn.rawgit. com/lucasgruwez/ waffle-grid/31785e54 /dist/waffle-grid.css" >
37
+ <link rel =" stylesheet" href =" https://unpkg. com/waffle-grid/dist/waffle-grid.css" >
38
38
```
39
39
or you can install the waffle grid system using a package manager like npm
40
40
```
41
41
$ npm install waffel-grid
42
42
```
43
- If you want you can still download the waffle grid [ here] ( https://github.com/lucasgruwez/waffle-grid/releases/download/1.2.0 /waffle-grid.min.css ) .
43
+ If you want you can still download the waffle grid [ here] ( https://github.com/lucasgruwez/waffle-grid/releases/download/1.2.1 /waffle-grid.min.css ) .
44
44
45
45
## Docs
46
46
You can’t perform that action at this time.
0 commit comments