Skip to content

Instantly share code, notes, and snippets.

@brunomonteiro3
Created September 19, 2016 16:53
Show Gist options
  • Save brunomonteiro3/0a733aac2eb94cb73eb63e0bfcc760e2 to your computer and use it in GitHub Desktop.
Save brunomonteiro3/0a733aac2eb94cb73eb63e0bfcc760e2 to your computer and use it in GitHub Desktop.
MIXIN - LESS - Transitions
.transition (@transition) {
-webkit-transition: @transition;
-moz-transition: @transition;
-ms-transition: @transition;
-o-transition: @transition;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment