Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "source": [
  3. "properties/**/*.json"
  4. ],
  5. "platforms": {
  6. "sketch": {
  7. "transforms": ["name/cti/camel","attribute/cti", "color/sketch"],
  8. "buildPath": "build/sketch/",
  9. "files": [
  10. {
  11. "destination": "tokens.sketchpalette",
  12. "format": "sketch/palette/v2",
  13. "filter": {
  14. "attributes": {
  15. "category": "color"
  16. }
  17. }
  18. }
  19. ]
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement