Skip to content

Instantly share code, notes, and snippets.

@armetiz
Created July 2, 2013 09:52
Show Gist options
  • Save armetiz/5908067 to your computer and use it in GitHub Desktop.
Save armetiz/5908067 to your computer and use it in GitHub Desktop.
.boxShadow (...) {
box-shadow: @arguments;
-moz-box-shadow: @arguments;
-webkit-box-shadow: @arguments;
}
.transition (...) {
-webkit-transition: @arguments;
-moz-transition: @arguments;
-o-transition: @arguments;
-ms-transition: @arguments;
transition: @arguments;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment