Skip to content

Instantly share code, notes, and snippets.

@pr1ntr
Created March 16, 2015 23:46
Show Gist options
  • Save pr1ntr/fe5ceb1d1a172abbada1 to your computer and use it in GitHub Desktop.
Save pr1ntr/fe5ceb1d1a172abbada1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
@import "compass";
.wtf {
@include transition(top .2s ease-in-out, transform .2s ease-in-out);
}
.wtf {
-moz-transition: top 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
-o-transition: top 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
-webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
transition: top 0.2s ease-in-out, transform 0.2s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment