Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created February 25, 2014 12:59
Show Gist options
  • Select an option

  • Save mturjak/9208295 to your computer and use it in GitHub Desktop.

Select an option

Save mturjak/9208295 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
@import "compass";
test {
@include transition( transform 0.3s ease-in-out );
}
test {
-webkit-transition: -webkit-transform 0.3s ease-in-out;
-moz-transition: -moz-transform 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment