Skip to content

Commit

Permalink
Merge branch 'release-0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsym committed Dec 28, 2018
2 parents dbbb566 + 603978f commit 375e260
Show file tree
Hide file tree
Showing 12 changed files with 5,060 additions and 2,598 deletions.
6 changes: 0 additions & 6 deletions Gemfile

This file was deleted.

13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
4. Forking on GitHub
5. run ```$ cd /path/to/flexbox-grid-mixins```
6. run ```$ npm install```
7. run ```$ bundle install --path vendor/bundle```
8. run ```$ gulp serve```
9. Access URL http://localhost:3000
7. run ```$ gulp serve```
8. Access URL http://localhost:3000

## Contribution

Expand All @@ -163,13 +162,17 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
2. Create a feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature
5. Create new Pull Request
5. Create new Pull Request on GitHub

## Changelog

* Version 0.1.6
* add Variable Defaults $flexbox-grid-mixins-box-sizing
* update package.json
* change lint from scss-lint to stylelint
* Version 0.1.5
* update package.json
* add optional arguments $shorthand
* add optional arguments $shorthand to @mixin grid-col
* Version 0.1.4
* update example
* update document
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexbox-grid-mixins",
"version": "0.1.5",
"version": "0.1.6",
"homepage": "https://github.com/thingsym/flexbox-grid-mixins",
"author": "Thingsym",
"description": "Sass Mixins to generate Flexbox grid",
Expand Down
Loading

0 comments on commit 375e260

Please sign in to comment.