Sha256: cd8c2d66d1998cd7cc0e0e7f35984ecc5fc3fcd02efb7119a9a8596721ac953b

Contents?: true

Size: 230 Bytes

Versions: 8

Compression:

Stored size: 230 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bourbon-0.1.4 app/assets/stylesheets/css3/_transform.scss
bourbon-0.1.3 app/assets/stylesheets/css3/_transform.css.scss
bourbon-0.1.2 app/assets/stylesheets/css3/_transform.css.scss
bourbon-0.1.1 app/assets/stylesheets/css3/_transform.css.scss
bourbon-0.0.8 app/assets/stylesheets/css3/_transform.css.scss
bourbon-0.0.7 app/assets/stylesheets/css3/_transform.css.scss
bourbon-0.0.6 app/assets/stylesheets/css3/_transform.css.scss
bourbon-0.0.5 app/assets/stylesheets/css3/_transform.css.scss