Skip to content

Instantly share code, notes, and snippets.

@zeevallin
Created October 14, 2012 19:09
Show Gist options
  • Save zeevallin/3889522 to your computer and use it in GitHub Desktop.
Save zeevallin/3889522 to your computer and use it in GitHub Desktop.
This you can do with Sass.
@each $vendor in -webkit-, -moz-, -ms-, -o-, ""
#{$vendor}transform: skew(-5deg) rotate(-5deg)
@each $vendor in -webkit-, -moz-, ""
#{$vendor}box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment