Last active
September 28, 2021 03:07
-
-
Save lmartim/f27d2c5774bd34f46cb46fb9cd651404 to your computer and use it in GitHub Desktop.
Amazon Style Dictionary's config file.
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": ["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