https://github.com/design-system-pro/transform-action
GitHub Action for transforming design tokens to be consumable by platforms
https://github.com/design-system-pro/transform-action
design-tokens terrazzo
Last synced: 5 months ago
JSON representation
GitHub Action for transforming design tokens to be consumable by platforms
- Host: GitHub
- URL: https://github.com/design-system-pro/transform-action
- Owner: Design-System-Pro
- Created: 2024-10-10T12:48:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T14:32:43.000Z (8 months ago)
- Last Synced: 2025-01-08T20:34:50.954Z (6 months ago)
- Topics: design-tokens, terrazzo
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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