Skip to content

Instantly share code, notes, and snippets.

@randylien
Forked from hlb/if_lightness.scss
Created July 29, 2013 02:34
Show Gist options
  • Save randylien/6101848 to your computer and use it in GitHub Desktop.
Save randylien/6101848 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