Sha256: 4058a88f9a8fa2446f0e2dfd963d7171d5a790f843b2b5b5a59f4b29cee95fa7
Contents?: true
Size: 231 Bytes
Versions: 530
Compression:
Stored size: 231 Bytes
Contents
@mixin perspective($depth: none) { // none | <length> @include prefixer(perspective, $depth, webkit moz spec); } @mixin perspective-origin($value: 50% 50%) { @include prefixer(perspective-origin, $value, webkit moz spec); }
Version data entries
530 entries across 512 versions & 37 rubygems