Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 426 Bytes

File metadata and controls

14 lines (8 loc) · 426 Bytes

Token Transform Action

This GitHub Action transforms design tokens using Style Dictionary. It takes a tokens.json file as input and generates CSS, SCSS, and JavaScript variables.

Inputs

  • token-path: Path to the tokens.json file (default: 'tokens.json')
  • output-path: Path to output the transformed tokens (default: 'dist')

Outputs

  • output-path: The path where the transformed tokens are saved

Usage