• Stars
    star
    1,124
  • Rank 41,395 (Top 0.9 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Flexbox mixins

โš โš โš  NO LONGER MAINTAINED: With every major browser supporting Flexbox now, and tools like 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/flexbox

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:

With help from:

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

Licensed under MIT.