2 * Generate each transform origin possibilities
3 * @return {String} - CSS classes for each transform origin value
5 @mixin transform-origins() {
10 (top-start, bottom left),
11 (top-end, bottom right),
13 (bottom-start, top left),
14 (bottom-end, top right),
16 (left-end, right bottom),
17 (left-start, right top),
19 (right-end, left bottom),
20 (right-start, left top)
24 transform-origin: $origin;