Skip to content

Instantly share code, notes, and snippets.

@arnog
Created November 26, 2019 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnog/809dc1ac83ce2db90b34a3bde5fc71f5 to your computer and use it in GitHub Desktop.
Save arnog/809dc1ac83ce2db90b34a3bde5fc71f5 to your computer and use it in GitHub Desktop.
# tokens.yaml
import:
- ./base-colors.yaml
tokens:
cta-button-background: "{primary}"
page-background:
value:
_: "gray(98%)"
dark: "gray(15%)"
text-color:
value:
_: "gray(5%)"
dark: "gray(95%)"
cta-button-color: "contrast({primary}, #ddd, #333)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment