Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 26, 2011 15:38
Show Gist options
  • Save dagda1/1242522 to your computer and use it in GitHub Desktop.
Save dagda1/1242522 to your computer and use it in GitHub Desktop.
transition.sass
input, textarea
&:hover
background: darken($text-box-from-gradient, 10)
border-color: $text-box-hover
input, textarea
@include transition-property(background)
@include transition-duration(0.5s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment