Skip to content

Instantly share code, notes, and snippets.

@sgomes
Last active December 21, 2016 15:50
Show Gist options
  • Save sgomes/27eefd4945b6a068d7b2c096ad17c2e1 to your computer and use it in GitHub Desktop.
Save sgomes/27eefd4945b6a068d7b2c096ad17c2e1 to your computer and use it in GitHub Desktop.
[Using Sass to automatically pick text colors] #3 - step 1
$theme-color: #3f51b5 !default;
theme-color-bg {
background-color: $theme-color;
}
theme-color-bg-contrast {
color: choose-contrast-color($theme-color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment