@@ -124,16 +124,22 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
124
124
125
125
[ flexbox-grid-mixins - npm] ( https://www.npmjs.com/package/flexbox-grid-mixins )
126
126
127
- ### Mixins Reference and Example
127
+ ## Mixins Reference
128
128
129
129
* [ Mixins Reference] ( http://thingsym.github.io/flexbox-grid-mixins/#Mixins-Reference )
130
+
131
+ ## Example
132
+
130
133
* [ Basic Example] ( http://thingsym.github.io/flexbox-grid-mixins/#Basic-Example )
131
134
* [ Grid System Example] ( http://thingsym.github.io/flexbox-grid-mixins/#Grid-System-Example )
132
135
* [ Flexbox Grid Mixins Example] ( http://thingsym.github.io/flexbox-grid-mixins/example/example.html )
133
136
* [ Holy Grail Layout - Using Flexbox Grid Mixins] ( http://thingsym.github.io/flexbox-grid-mixins/example/holy-grail-layout.html )
134
137
* [ Responsive web design - Using Flexbox Grid Mixins] ( http://thingsym.github.io/flexbox-grid-mixins/example/responsive.html )
135
138
* [ 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 )
136
141
* [ 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 )
137
143
138
144
### Development
139
145
@@ -160,6 +166,16 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
160
166
161
167
## Changelog
162
168
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
163
179
* Version 0.1.6
164
180
* add Variable Defaults $flexbox-grid-mixins-box-sizing
165
181
* update package.json
@@ -199,4 +215,4 @@ Licensed under the MIT License.
199
215
200
216
[ thingsym] ( https://github.com/thingsym )
201
217
202
- Copyright (c) 2016 thingsym
218
+ Copyright (c) 2016-2020 thingsym
0 commit comments