123456 |
- // Object Position
- @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 {
- .object-#{$name} {
- object-position: #{$val};
- }
- }
|