@@ -79,12 +79,6 @@ $ npm install flexbox-grid-mixins --save-dev
79
79
$ yarn add flexbox-grid-mixins --dev
80
80
```
81
81
82
- ### Bower (deprecated)
83
-
84
- ```
85
- $ bower install flexbox-grid-mixins --save
86
- ```
87
-
88
82
### Manual Install
89
83
90
84
Include sass/\_ flexbox-grid-mixins.scss in the appropriate location in your project.
@@ -130,16 +124,22 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
130
124
131
125
[ flexbox-grid-mixins - npm] ( https://www.npmjs.com/package/flexbox-grid-mixins )
132
126
133
- ### Mixins Reference and Example
127
+ ## Mixins Reference
134
128
135
129
* [ Mixins Reference] ( http://thingsym.github.io/flexbox-grid-mixins/#Mixins-Reference )
130
+
131
+ ## Example
132
+
136
133
* [ Basic Example] ( http://thingsym.github.io/flexbox-grid-mixins/#Basic-Example )
137
134
* [ Grid System Example] ( http://thingsym.github.io/flexbox-grid-mixins/#Grid-System-Example )
138
135
* [ Flexbox Grid Mixins Example] ( http://thingsym.github.io/flexbox-grid-mixins/example/example.html )
139
136
* [ Holy Grail Layout - Using Flexbox Grid Mixins] ( http://thingsym.github.io/flexbox-grid-mixins/example/holy-grail-layout.html )
140
137
* [ Responsive web design - Using Flexbox Grid Mixins] ( http://thingsym.github.io/flexbox-grid-mixins/example/responsive.html )
141
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 )
142
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 )
143
143
144
144
### Development
145
145
@@ -166,6 +166,16 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
166
166
167
167
## Changelog
168
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
169
179
* Version 0.1.6
170
180
* add Variable Defaults $flexbox-grid-mixins-box-sizing
171
181
* update package.json
@@ -205,4 +215,4 @@ Licensed under the MIT License.
205
215
206
216
[ thingsym] ( https://github.com/thingsym )
207
217
208
- Copyright (c) 2016 thingsym
218
+ Copyright (c) 2016-2020 thingsym
0 commit comments