File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ $ npm install waffle-grid
42
42
# or
43
43
$ bower install waffle-grid
44
44
```
45
- If you want you can still download the waffle grid [ here] ( https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0 /waffle-grid.min.css ) .
45
+ If you want you can still download the waffle grid [ here] ( https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.1 /waffle-grid.min.css ) .
46
46
47
47
## Docs
48
48
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ url: lucasgruwez.github.io
10
10
baseurl : /waffle-grid
11
11
12
12
# Custom variables
13
- version : v1.3.0
13
+ version : v1.3.1
14
14
cdn : https://unpkg.com/waffle-grid
15
15
repo : https://github.com/lucasgruwez/waffle-grid
16
- download : https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0 /waffle-grid.min.css
16
+ download : https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.1 /waffle-grid.min.css
17
17
docs : https://github.com/lucasgruwez/waffle-grid/wiki
Original file line number Diff line number Diff line change 18
18
< div class ="box " title ="col col-7-of-12 center "> </ div >
19
19
</ div >
20
20
</ div >
21
+ < div class ="row ">
22
+ < div class ="col col-5-of-12 ">
23
+ < div class ="box " title ="col col-5-of-12 "> </ div >
24
+ </ div >
25
+ < div class ="col w-auto ">
26
+ < div class ="box " title ="col w-auto "> </ div >
27
+ </ div >
28
+ < div class ="col w-auto ">
29
+ < div class ="box " title ="col w-auto "> </ div >
30
+ </ div >
31
+ </ div >
21
32
< div class ="row ">
22
33
< div class ="col col-2-of-8 col-m-1-of-4 col-s-2-of-4 ">
23
34
< div class ="box " title ="col col-2-of-8 col-m-1-of-4 col-s-2-of-4 "> </ div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " waffle-grid" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " An easy to use flexbox grid system" ,
5
5
"main" : " dist/waffle-grid.min.css" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments