Created
January 18, 2013 18:58
-
-
Save dahlia/4567277 to your computer and use it in GitHub Desktop.
My SCSS gets more imperative.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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