Skip to content

Instantly share code, notes, and snippets.

@joesoeph
Created April 19, 2019 03:42
Show Gist options
  • Save joesoeph/f20b40f3f771043876c53484572479d9 to your computer and use it in GitHub Desktop.
Save joesoeph/f20b40f3f771043876c53484572479d9 to your computer and use it in GitHub Desktop.
CSS Example Mixins (Output)
.box {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment