Created
December 21, 2016 15:06
-
-
Save sgomes/325580ef2a32cfceca1affae23c1e527 to your computer and use it in GitHub Desktop.
[Using Sass to automatically pick text colors] #1 - known colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dark-background-contrast { | |
color: white; | |
} | |
light-background-contrast { | |
color: black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment