Skip to content

Instantly share code, notes, and snippets.

@Granze
Created March 25, 2012 22:02
Show Gist options
  • Select an option

  • Save Granze/2200261 to your computer and use it in GitHub Desktop.

Select an option

Save Granze/2200261 to your computer and use it in GitHub Desktop.
[LESS] Rotate
.rotate (@deg) {
-webkit-transform: rotate(@deg);
-moz-transform: rotate(@deg);
-ms-transform: rotate(@deg);
-o-transform: rotate(@deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment