Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created August 9, 2018 14:47
Show Gist options
  • Select an option

  • Save Joe1220/a74aca6c8cb99d71aff14c0534e7b747 to your computer and use it in GitHub Desktop.

Select an option

Save Joe1220/a74aca6c8cb99d71aff14c0534e7b747 to your computer and use it in GitHub Desktop.
@mixin transform($property) {
-webkit-transform: $property;
-ms-transform: $property;
transform: $property;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment