Created
April 27, 2015 18:56
-
-
Save aclave1/20c00538e3af4edc50bc to your computer and use it in GitHub Desktop.
less vendor prefix
This file contains hidden or 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
.vendorprefix(@property, @value) { | |
-webkit-@{property}: @value; | |
-khtml-@{property}: @value; | |
-moz-@{property}: @value; | |
@{property}: @value; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment