JustifyItems.scss 110 B

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