File: D:/HostingSpaces/SBogers33/broosensterck.nl/wwwroot/css/mixins/_flex.sass
=flex($justify: space-between, $alignItem: initial)
display: -ms-flexbox /* TWEENER - IE 10 */
display: -webkit-flex /* NEW - Chrome */
display: flex
+prefixer(justify-content, $justify, webkit moz ms)
+prefixer(align-items, $alignItem, webkit moz ms)
=flex-rows
+prefixer(flex-wrap, wrap, webkit ms)
+prefixer(flex-direction, row, webkit ms)
+prefixer(flex-flow, row wrap, webkit)
=order($place)
+prefixer(order, $place, webkit ms)
=align-content($align)
+prefixer(align-content, $align, webkit)
=align-self($align)
+prefixer(align-self, $align, webkit)