Sha256: 30392591b69cdb2bbf4a905bb1842384d8f0790be8883bb5faecafed302c50d1
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
@mixin perspective($depth: none) { // none | <length> @include prefixer(perspective, $depth, webkit moz o spec); } @mixin perspective-origin($value: 50% 50%) { @include prefixer(perspective-origin, $value, webkit moz o spec); }
Version data entries
7 entries across 7 versions & 2 rubygems