Skip to content

Instantly share code, notes, and snippets.

@if540
Forked from hlb/if_lightness.scss
Created July 27, 2013 04:18
Show Gist options
  • Save if540/6093689 to your computer and use it in GitHub Desktop.
Save if540/6093689 to your computer and use it in GitHub Desktop.
$bgcolor: hsl(53,56%,87%);
.button-primary {
background: $bgcolor;
color: if(lightness($bgcolor) < 50%, white, black);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment