Skip to content

Instantly share code, notes, and snippets.

@cjcheshire
Created August 9, 2019 10:52
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 cjcheshire/951e28bdb83187e2da92c9304094e768 to your computer and use it in GitHub Desktop.
Save cjcheshire/951e28bdb83187e2da92c9304094e768 to your computer and use it in GitHub Desktop.
Sketch palette config for Amazon style dictionary (https://github.com/amzn/style-dictionary)
{
"source": [
"properties/**/*.json"
],
"platforms": {
"sketch": {
"transforms": ["name/cti/camel","attribute/cti", "color/sketch"],
"buildPath": "build/sketch/",
"files": [
{
"destination": "tokens.sketchpalette",
"format": "sketch/palette/v2",
"filter": {
"attributes": {
"category": "color"
}
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment