Sha256: a97e0acdbda1370a870c702d390db1be0aa79b7fca454081a928c232583966ad
Contents?: true
Size: 380 Bytes
Versions: 7
Compression:
Stored size: 380 Bytes
Contents
@mixin transform($property: none) { // none | <transform-function> @include prefixer(transform, $property, webkit, moz, ms, o); } @mixin transform-origin($axes: 50%) { // x-axis - left | center | right | length | % // y-axis - top | center | bottom | length | % // z-axis - length @include prefixer(transform-origin, $axes, webkit, moz, ms, o); }
Version data entries
7 entries across 7 versions & 2 rubygems