| Current Path : /home/zieirix/www/media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/ |
| Current File : /home/zieirix/www/media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_perspective.scss |
@mixin perspective($depth: none) {
@include _bourbon-deprecate-for-prefixing("perspective");
// none | <length>
@include prefixer(perspective, $depth, webkit moz spec);
}
@mixin perspective-origin($value: 50% 50%) {
@include _bourbon-deprecate-for-prefixing("perspective-origin");
@include prefixer(perspective-origin, $value, webkit moz spec);
}