Created
August 9, 2019 10:52
-
-
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)
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
{ | |
"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