All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.bourbon-4.2.5.app.assets.stylesheets.css3._perspective.scss Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
@mixin perspective($depth: none) {
  // none | 
  @include prefixer(perspective, $depth, webkit moz spec);
}

@mixin perspective-origin($value: 50% 50%) {
  @include prefixer(perspective-origin, $value, webkit moz spec);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy