This GitHub Action transforms design tokens using Style Dictionary. It takes a tokens.json
file as input and generates CSS, SCSS, and JavaScript variables.
token-path
: Path to the tokens.json file (default: 'tokens.json')output-path
: Path to output the transformed tokens (default: 'dist')
output-path
: The path where the transformed tokens are saved