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

Version Path
bourbon-compass-2.1.3 stylesheets/bourbon/css3/_transform.scss
bourbon-2.1.3 app/assets/stylesheets/css3/_transform.scss
bourbon-compass-2.1.2 stylesheets/bourbon/css3/_transform.scss
bourbon-2.1.2 app/assets/stylesheets/css3/_transform.scss
bourbon-compass-2.1.1.0 stylesheets/bourbon/css3/_transform.scss
bourbon-2.1.1 app/assets/stylesheets/css3/_transform.scss
bourbon-2.1.0 app/assets/stylesheets/css3/_transform.scss