Skip to content

Instantly share code, notes, and snippets.

@manlycode
Created March 27, 2014 20:35
Show Gist options
  • Save manlycode/9817998 to your computer and use it in GitHub Desktop.
Save manlycode/9817998 to your computer and use it in GitHub Desktop.
@import "mixins";
.updated input {
background-color: #bfd9ad;
@include transition("background-color 0.1s ease-in");
.updated.finished input {
background-color: white;
@include transition("background-color 0.1s ease-out");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment