Skip to content

Instantly share code, notes, and snippets.

@aclave1
Created April 27, 2015 18:56
Show Gist options
  • Save aclave1/20c00538e3af4edc50bc to your computer and use it in GitHub Desktop.
Save aclave1/20c00538e3af4edc50bc to your computer and use it in GitHub Desktop.
less vendor prefix
.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