// Flex Direction @each $s, $l in row row, row-reverse row-reverse, col column, col-reverse column-reverse{ .flex-#{$s} { flex-direction: #{$l}; } }