Files
edx-platform/common/static/sass/bourbon/css3/_perspective.scss
2016-03-15 11:57:38 -04:00

9 lines
209 B
SCSS

@mixin perspective($depth: none) {
// none | <length>
@include prefixer(perspective, $depth, spec);
}
@mixin perspective-origin($value: 50% 50%) {
@include prefixer(perspective-origin, $value, spec);
}