HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/bekkers/bekkersengineering.nl/resources/assets/sass/global/mixins/_flex.sass
=flex($justify: space-between, $alignItem: initial)
  display: -ms-flexbox
  display: -webkit-flex
  display: flex

  +prefixer(justify-content, $justify, webkit moz ms)
  +prefixer(align-items, $alignItem, webkit moz ms)
  justify-content: $justify
  align-items: $alignItem


=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)
  order: $place

=align-content($align)
  +prefixer(align-content, $align, webkit)
  align-content: $align

=align-self($align)
  +prefixer(align-self, $align, webkit)
  align-self: $align