Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastastealth/sass-flex-mixin
Flexbox mixins
https://github.com/mastastealth/sass-flex-mixin
Last synced: about 18 hours ago
JSON representation
Flexbox mixins
- Host: GitHub
- URL: https://github.com/mastastealth/sass-flex-mixin
- Owner: mastastealth
- License: mit
- Created: 2013-04-20T23:13:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T03:14:51.000Z (almost 7 years ago)
- Last Synced: 2024-11-23T20:42:12.895Z (20 days ago)
- Language: CSS
- Size: 38.1 KB
- Stars: 1,122
- Watchers: 49
- Forks: 230
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
⚠⚠⚠
**NO LONGER MAINTAINED:** With [every major browser](https://caniuse.com/#search=flexbox) supporting Flexbox now, and tools like [autoprefixer](https://github.com/postcss/autoprefixer) covering this and so much more, I am no longer maintaining this repo (as may already be apparent). Feel free to fork and continue using it if you must, but you should really use Autoprefixer now!
⚠⚠⚠## 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/flexboxBasically 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/
With help from:
- http://www.w3.org/TR/css3-flexbox/
- http://the-echoplex.net/flexyboxes/
- http://msdn.microsoft.com/en-us/library/ie/hh772069%28v=vs.85%29.aspxA version compatible with Compass is provided by @trinonsense, on the compass branch.
Licensed under MIT.