Skip to content

Commit 9f94deb

Browse files
committed
🔖 Version 1.3.4
1 parent 3cb23dc commit 9f94deb

11 files changed

+103
-83
lines changed

dist/waffle-grid.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* waffle-grid - v1.3.3 - (https://lucasgruwez.github.io/waffle-grid)
2+
* waffle-grid - v1.3.4 - (https://lucasgruwez.github.io/waffle-grid)
33
* Copyright 2017 Lucas Gruwez.
44
* Licensed under MIT
55
* https://lucasgruwez.github.io/waffle-grid
@@ -253,6 +253,14 @@
253253
flex: 1;
254254
}
255255

256+
.m-un-push {
257+
margin-left: 0;
258+
}
259+
260+
.m-un-pull {
261+
margin-right: 0;
262+
}
263+
256264
.col-m-1-of-4,.col-m-2-of-8 {
257265
width: calc(25% - 20px);
258266
}
@@ -408,6 +416,14 @@
408416
flex: 1;
409417
}
410418

419+
.s-un-push {
420+
margin-left: 0;
421+
}
422+
423+
.s-un-pull {
424+
margin-right: 0;
425+
}
426+
411427
.col-s-1-of-4 {
412428
width: calc(25% - 20px);
413429
}

dist/waffle-grid.min.css

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ url: lucasgruwez.github.io
1010
baseurl: /waffle-grid
1111

1212
# Custom variables
13-
version: v1.3.3
13+
version: v1.3.4
1414
cdn: https://unpkg.com/waffle-grid
1515
repo: https://github.com/lucasgruwez/waffle-grid
16-
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.3/waffle-grid.min.css
16+
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.4/waffle-grid.min.css
1717
docs: https://github.com/lucasgruwez/waffle-grid/wiki
1818
stargazers: https://github.com/lucasgruwez/waffle-grid/stargazers
1919

0 commit comments

Comments
 (0)