PlaceContent.scss 223 B

123456
  1. // Place Content
  2. @each $s, $l in center center, start start, end end, between space-between, around space-around, evenly space-evenly, baseline baseline, stretch stretch{
  3. .place-content-#{$s} {
  4. place-content: #{$l};
  5. }
  6. }