Skip to content

Instantly share code, notes, and snippets.

@jescalan
Created April 30, 2012 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jescalan/2563746 to your computer and use it in GitHub Desktop.
Save jescalan/2563746 to your computer and use it in GitHub Desktop.
stylus example
hover-darken(percent)
if @background
&:hover
background: darken(@background, percent)
.test
background: blue
hover-darken(50%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment