Sha256: f0b1bb5aa4bf1b9eeb4403c847195d978b55afacd42dbbb593b410043ce263c5
Contents?: true
Size: 1.7 KB
Versions: 4
Compression:
Stored size: 1.7 KB
Contents
// ============================================================================= // Perspective // // The perspective property gives an element a 3d-space by affecting the // distance between the Z plane and the user. // // http://www.w3.org/TR/css3-3d-transforms/#perspective-property // http://www.w3.org/TR/css3-3d-transforms/#perspective-origin-property // http://css-tricks.com/almanac/properties/p/perspective/ // // ============================================================================= // ----------------------------------------------------------------------------- // Perspective // ----------------------------------------------------------------------------- =skeletor-perspective($args) +skeletor-prefixer(perspective, unquote($args)) // ----------------------------------------------------------------------------- // Perspective Origin // ----------------------------------------------------------------------------- =skeletor-perspective-origin($args) +skeletor-prefixer(perspective-origin, unquote($args)) // ----------------------------------------------------------------------------- // Alias for perspective classes // ----------------------------------------------------------------------------- =s-perspective($args) +skeletor-perspective($args) =s-perspective-origin($args) +skeletor-perspective-origin($args) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =perspective($args) // +skeletor-perspective($args) // =perspective-origin($args) // +skeletor-perspective-origin($args)
Version data entries
4 entries across 4 versions & 1 rubygems