Skip to content

Commit

Permalink
added bower installation guide to the read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
mhretab committed Feb 21, 2015
1 parent acb6ec3 commit 4da9f6f
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 @@ -7,6 +8,11 @@ Basically this will use:
- Prefixed standard syntax (Chrome)
- Final standards syntax (FF, IE11, Opera 12.1)

## Installation
#### Bower

`bower install sass-flex-mixin`

------------------------
This was inspired by:
- http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/
Expand All @@ -18,4 +24,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 4da9f6f

Please sign in to comment.