Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 30, 2013 16:09
Show Gist options
  • Select an option

  • Save pablolobos/6114351 to your computer and use it in GitHub Desktop.

Select an option

Save pablolobos/6114351 to your computer and use it in GitHub Desktop.
mixin: transition-hove
@mixin transition-hover(){
@include transition();
@include transition-duration(0.2s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment