Sha256: e25face7956bb740c8f210474a7eb11bfc033f6c0a0d1680c4b9bd06c6349f27

Contents?: true

Size: 488 Bytes

Versions: 5

Compression:

Stored size: 488 Bytes

Contents

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

@mixin transform-origin($axes: 50%) {
// x-axis - left | center | right  | length | %
// y-axis - top  | center | bottom | length | %
// z-axis -                          length
  @include experimental(transform-origin, $axes,
                        -moz, -webkit, -o, -ms, not -khtml, official);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wiskey-0.0.9 app/assets/stylesheets/wiskey/css3/_transform.scss
wiskey-0.0.7 app/assets/stylesheets/css3/_transform.scss
wiskey-0.0.6 app/assets/stylesheets/css3/_transform.scss
wiskey-0.0.5 app/assets/stylesheets/css3/_transform.scss
wiskey-0.0.4 app/assets/stylesheets/css3/_transform.scss