Skip to content

Instantly share code, notes, and snippets.

@Dan-Nolan
Created April 3, 2014 13:58
Show Gist options
  • Save Dan-Nolan/9954873 to your computer and use it in GitHub Desktop.
Save Dan-Nolan/9954873 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
// TODO: Use a mixin for transitions
// @mixin transition($property, $timing)
.example {
-webkit-transition:font-size 2s;
-moz-transition:font-size 2s;
-ms-transition:font-size 2s;
-o-transition:font-size 2s;
transition: font-size 2s;
}
.example {
-webkit-transition: font-size 2s;
-moz-transition: font-size 2s;
-ms-transition: font-size 2s;
-o-transition: font-size 2s;
transition: font-size 2s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment