Created
September 19, 2016 16:53
-
-
Save brunomonteiro3/0a733aac2eb94cb73eb63e0bfcc760e2 to your computer and use it in GitHub Desktop.
MIXIN - LESS - Transitions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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