Revision 2640:489437dde4f5,
495 bytes
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
New default theme BERLIN, first commit.
Needs A LOT of clean-up and to be enhanced.
|
Line | |
---|
1 | @mixin transform($property: none) { |
---|
2 | // none | <transform-function> |
---|
3 | @include prefixer(transform, $property, webkit moz ms o spec); |
---|
4 | } |
---|
5 | |
---|
6 | @mixin transform-origin($axes: 50%) { |
---|
7 | // x-axis - left | center | right | length | % |
---|
8 | // y-axis - top | center | bottom | length | % |
---|
9 | // z-axis - length |
---|
10 | @include prefixer(transform-origin, $axes, webkit moz ms o spec); |
---|
11 | } |
---|
12 | |
---|
13 | @mixin transform-style ($style: flat) { |
---|
14 | @include prefixer(transform-style, $style, webkit moz ms o spec); |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.