Skip to content

Instantly share code, notes, and snippets.

@jescalan
Created May 9, 2012 15:25
Show Gist options
  • Select an option

  • Save jescalan/2645490 to your computer and use it in GitHub Desktop.

Select an option

Save jescalan/2645490 to your computer and use it in GitHub Desktop.
less example
@blue: #30B5CE
.transition(@params: all .25s ease) {
-webkit-transition: @params
-moz-transition: @params
transition: @params
}
.box {
background: darken(@blue, 10%)
.transition
&:hover { background: #CE5543 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment