gems.bourbon-4.3.4.app.assets.stylesheets.css3._perspective.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
@mixin perspective($depth: none) {
@include _bourbon-deprecate-for-prefixing("perspective");
// none |
@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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy