Sha256: 578f1ef8ebadc47074ff9689ea00ba9ca33a28bc74d15c1e502a196c017413cd

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

@mixin transform($property: none) {
//  none | <transform-function>
  @include prefixer(transform, $property, webkit moz ms o spec);
}

@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 spec);
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
bourbon-compass-3.1.0 stylesheets/bourbon/css3/_transform.scss
bourbon-3.1.0 app/assets/stylesheets/css3/_transform.scss
bourbon-compass-3.0.1 stylesheets/bourbon/css3/_transform.scss
bourbon-3.0.1 app/assets/stylesheets/css3/_transform.scss
bourbon-3.0.0 app/assets/stylesheets/css3/_transform.scss