Skip to content

Instantly share code, notes, and snippets.

@dahlia
Created January 18, 2013 18:58
Show Gist options
  • Save dahlia/4567277 to your computer and use it in GitHub Desktop.
Save dahlia/4567277 to your computer and use it in GitHub Desktop.
My SCSS gets more imperative.
div {
@each $_vp in '', -moz-, -webkit-, -ms-, -o- {
#{$_vp}transition-property: box-shadow;
#{$_vp}transition-duration: 2s;
#{$_vp}transition-timing-function: ease-out;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment