Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created September 17, 2014 21:09
Show Gist options
  • Save scottkellum/1394e0f22e8d4edf8c20 to your computer and use it in GitHub Desktop.
Save scottkellum/1394e0f22e8d4edf8c20 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
@import 'compass';
div {
@include transform(translateX(5px));
}
div {
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment