Skip to content

Commit

Permalink
Merge pull request #23 from mhretab/master
Browse files Browse the repository at this point in the history
Added bower installation guide
  • Loading branch information
mastastealth committed Apr 28, 2016
2 parents b7e8e70 + 4da9f6f commit 4e2df66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Sass flexbox mixin
This is a set of mixins for those who want to mess
around with flexbox using the native support of current
browsers. For full support table check: http://caniuse.com/flexbox
Expand All @@ -6,6 +7,11 @@ Basically this will use:
- Fallback, old syntax (IE10, mobile webkit browsers - no wrapping)
- Final standards syntax (FF, Safari, Chrome, IE11, Opera)

## Installation
#### Bower

`bower install sass-flex-mixin`

------------------------
This was inspired by:
- http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/
Expand All @@ -17,4 +23,4 @@ With help from:

A version compatible with Compass is provided by @trinonsense, on the compass branch.

Licensed under MIT.
Licensed under MIT.

0 comments on commit 4e2df66

Please sign in to comment.