PlaceSelf.scss 111 B

123456
  1. // Place Self
  2. @each $s, $l in auto, start, end, center, stretch{
  3. .place-self-#{$s} {
  4. place-self: #{$s};
  5. }
  6. }