JustifySelf.scss 114 B

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