Skip to content

Commit cf7c4a7

Browse files
committed
Merge branch 'release-0.2.0' into develop
2 parents 7c7dc52 + dbf9adf commit cf7c4a7

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,22 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
124124

125125
[flexbox-grid-mixins - npm](https://www.npmjs.com/package/flexbox-grid-mixins)
126126

127-
### Mixins Reference and Example
127+
## Mixins Reference
128128

129129
* [Mixins Reference](http://thingsym.github.io/flexbox-grid-mixins/#Mixins-Reference)
130+
131+
## Example
132+
130133
* [Basic Example](http://thingsym.github.io/flexbox-grid-mixins/#Basic-Example)
131134
* [Grid System Example](http://thingsym.github.io/flexbox-grid-mixins/#Grid-System-Example)
132135
* [Flexbox Grid Mixins Example](http://thingsym.github.io/flexbox-grid-mixins/example/example.html)
133136
* [Holy Grail Layout - Using Flexbox Grid Mixins](http://thingsym.github.io/flexbox-grid-mixins/example/holy-grail-layout.html)
134137
* [Responsive web design - Using Flexbox Grid Mixins](http://thingsym.github.io/flexbox-grid-mixins/example/responsive.html)
135138
* [Unit-Set Grid (Experimental stage)](http://thingsym.github.io/flexbox-grid-mixins/example/unit-set.html)
139+
* [Box Sizing using Variable Defaults](http://thingsym.github.io/flexbox-grid-mixins/example/box-sizing.html)
140+
* [Stack](http://thingsym.github.io/flexbox-grid-mixins/example/stack.html)
136141
* [Grid Type](http://thingsym.github.io/flexbox-grid-mixins/example/grid-type.html)
142+
* [Testing Stick Out Grid](http://thingsym.github.io/flexbox-grid-mixins/example/test-stick-out.html)
137143

138144
### Development
139145

@@ -160,6 +166,16 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
160166

161167
## Changelog
162168

169+
* Version 0.2.0
170+
* update example
171+
* update package.json
172+
* add Variable Defaults flexbox-grid-mixins-stack
173+
* change margin property, remove @mixin, grid-margin and grid-col-margin
174+
* remove breakpoint value of col argument
175+
* remove condensed argument
176+
* change grid-type from argument to Variable Defaults flexbox-grid-mixins-grid-type
177+
* remove bower.json
178+
* add .travis.yml
163179
* Version 0.1.6
164180
* add Variable Defaults $flexbox-grid-mixins-box-sizing
165181
* update package.json
@@ -199,4 +215,4 @@ Licensed under the MIT License.
199215

200216
[thingsym](https://github.com/thingsym)
201217

202-
Copyright (c) 2016 thingsym
218+
Copyright (c) 2016-2020 thingsym

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="header header--hero">
11-
<h1 class="header-title">Flexbox Grid Mixins <span class="version">v.0.1.6</span></h1>
11+
<h1 class="header-title">Flexbox Grid Mixins <span class="version">v.0.2.0</span></h1>
1212
<p class="header-description">Sass Mixins to generate Flexbox grid</p>
1313

1414
<ul class="header-nav">
@@ -730,7 +730,7 @@ <h2 id="License">License</h2>
730730

731731
<p>The MIT License (MIT)</p>
732732

733-
<p>Copyright (c) 2016 - 2018 Thingsym</p>
733+
<p>Copyright (c) 2016 - 2020 Thingsym</p>
734734

735735
</div>
736736
</body>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexbox-grid-mixins",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "Sass Mixins to generate Flexbox grid",
55
"main": "sass/_flexbox-grid-mixins.scss",
66
"author": "Thingsym",

sass/_flexbox-grid-mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ===================================================================
22
// Flexbox Grid Mixins
3-
// Version 0.1.6
3+
// Version 0.2.0
44
// Description: Sass Mixins to generate Flexbox grid
55
// Author: thingsym
66
// GitHub: https://github.com/thingsym/flexbox-grid-mixins

0 commit comments

Comments
 (0)