Skip to content

Commit

Permalink
🔖 Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed Jun 16, 2017
1 parent 3cb23dc commit 9f94deb
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 83 deletions.
18 changes: 17 additions & 1 deletion dist/waffle-grid.css
@@ -1,5 +1,5 @@
/*!
* waffle-grid - v1.3.3 - (https://lucasgruwez.github.io/waffle-grid)
* waffle-grid - v1.3.4 - (https://lucasgruwez.github.io/waffle-grid)
* Copyright 2017 Lucas Gruwez.
* Licensed under MIT
* https://lucasgruwez.github.io/waffle-grid
Expand Down Expand Up @@ -253,6 +253,14 @@
flex: 1;
}

.m-un-push {
margin-left: 0;
}

.m-un-pull {
margin-right: 0;
}

.col-m-1-of-4,.col-m-2-of-8 {
width: calc(25% - 20px);
}
Expand Down Expand Up @@ -408,6 +416,14 @@
flex: 1;
}

.s-un-push {
margin-left: 0;
}

.s-un-pull {
margin-right: 0;
}

.col-s-1-of-4 {
width: calc(25% - 20px);
}
Expand Down
6 changes: 4 additions & 2 deletions dist/waffle-grid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/_config.yml
Expand Up @@ -10,10 +10,10 @@ url: lucasgruwez.github.io
baseurl: /waffle-grid

# Custom variables
version: v1.3.3
version: v1.3.4
cdn: https://unpkg.com/waffle-grid
repo: https://github.com/lucasgruwez/waffle-grid
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.3/waffle-grid.min.css
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.4/waffle-grid.min.css
docs: https://github.com/lucasgruwez/waffle-grid/wiki
stargazers: https://github.com/lucasgruwez/waffle-grid/stargazers

Expand Down

0 comments on commit 9f94deb

Please sign in to comment.