Skip to content

pimmink/sass-flex-mixin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Flexbox mixins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%