Skip to content

Instantly share code, notes, and snippets.

@bookchiq
Created November 5, 2014 18:17
Show Gist options
  • Select an option

  • Save bookchiq/7869167131f3a5128012 to your computer and use it in GitHub Desktop.

Select an option

Save bookchiq/7869167131f3a5128012 to your computer and use it in GitHub Desktop.
.grow {
@include transition( all 400ms ease-in-out );
&:hover {
@include transform( scale(1.1) );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment