Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2014 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/df06035c41c17dc60677 to your computer and use it in GitHub Desktop.
Save anonymous/df06035c41c17dc60677 to your computer and use it in GitHub Desktop.
Vendor Prefixes
div {
-webkit-transform: value;
-moz-transform: value;
-ms-transform: value;
-o-transform: value;
transform: value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment