Skip to content

Instantly share code, notes, and snippets.

@lmartim
Last active September 28, 2021 03:07
Show Gist options
  • Save lmartim/f27d2c5774bd34f46cb46fb9cd651404 to your computer and use it in GitHub Desktop.
Save lmartim/f27d2c5774bd34f46cb46fb9cd651404 to your computer and use it in GitHub Desktop.
Amazon Style Dictionary's config file.
{
"source": ["tokens/properties/**/*.json"],
"platforms": {
"scss": {
"transformGroup": "scss",
"buildPath": "tokens/build/",
"files": [{
"destination": "_variables.scss",
"format": "scss/variables"
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment