Skip to content

Instantly share code, notes, and snippets.

@erickjones
Created July 1, 2015 21:36
Show Gist options
  • Save erickjones/9cfe2d597334daa6c2a4 to your computer and use it in GitHub Desktop.
Save erickjones/9cfe2d597334daa6c2a4 to your computer and use it in GitHub Desktop.
Mixin and Include Output
.green-dog {
-webkit-transform: rotate(30deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
-ms-transform: rotate(30deg); /* IE 9 */
transform: rotate(30deg); /* IE 10, Fx 16+, Op 12.1+ */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment