Skip to content

Instantly share code, notes, and snippets.

@jescalan
Created May 9, 2012 15:41
Show Gist options
  • Save jescalan/2645690 to your computer and use it in GitHub Desktop.
Save jescalan/2645690 to your computer and use it in GitHub Desktop.
sass example
=button($bgcolor)
$dark-text: if( lightness($bgcolor) < 60%, true, false )
$text-color: if( $dark-text, $white, #494949 )
background: $bgcolor
color: $text-color
.box
+button(#CE5543)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment