diff --git a/README.md b/README.md index 39a07d7..e26aa58 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/ @@ -17,4 +23,4 @@ With help from: A version compatible with Compass is provided by @trinonsense, on the compass branch. -Licensed under MIT. \ No newline at end of file +Licensed under MIT.