File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
167
167
168
168
## Changelog
169
169
170
+ * Version 0.1.5
171
+ * update package.json
172
+ * add optional arguments $shorthand
170
173
* Version 0.1.4
171
174
* update example
172
175
* update document
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flexbox-grid-mixins" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"homepage" : " https://github.com/thingsym/flexbox-grid-mixins" ,
5
5
"author" : " Thingsym" ,
6
6
"description" : " Sass Mixins to generate Flexbox grid" ,
Original file line number Diff line number Diff line change 7
7
</ head >
8
8
< body >
9
9
< div class ="header header--hero ">
10
- < h1 class ="header-title "> Flexbox Grid Mixins < span class ="version "> v.0.1.4 </ span > </ h1 >
10
+ < h1 class ="header-title "> Flexbox Grid Mixins < span class ="version "> v.0.1.5 </ span > </ h1 >
11
11
< p class ="header-description "> Sass Mixins to generate Flexbox grid</ p >
12
12
13
13
< ul class ="header-nav ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flexbox-grid-mixins" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Sass Mixins to generate Flexbox grid" ,
5
5
"main" : " sass/_flexbox-grid-mixins.scss" ,
6
6
"author" : " Thingsym" ,
Original file line number Diff line number Diff line change 1
1
// ===================================================================
2
2
// Flexbox Grid Mixins
3
- // Version 0.1.4
3
+ // Version 0.1.5
4
4
// Description: Sass Mixins to generate Flexbox grid
5
5
// Author: thingsym
6
6
// GitHub: https://github.com/thingsym/flexbox-grid-mixins
You can’t perform that action at this time.
0 commit comments