Skip to content

Instantly share code, notes, and snippets.

View ilozano2's full-sized avatar

Ignacio Lozano ilozano2

View GitHub Profile
@ilozano2
ilozano2 / flexbox.less
Last active August 29, 2015 14:18 — forked from jayj/flexbox.less
// --------------------------------------------------
// Flexbox LESS mixins
// The spec: http://www.w3.org/TR/css3-flexbox
// --------------------------------------------------
// Flexbox display
// flex or inline-flex
.flex-display(@display: flex) {
display: ~"-webkit-@{display}";
display: ~"-moz-@{display}";