ObjectPosition.scss 256 B

123456
  1. // Object Position
  2. @each $name, $val in bottom bottom, center center, left left, left-bottom 'left bottom', left-top 'left top', right right, right-bottom 'right bottom', right-top 'right top', top top {
  3. .object-#{$name} {
  4. object-position: #{$val};
  5. }
  6. }