Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:46:17.000Z (8 days ago)
- Last Synced: 2024-11-07T20:35:58.338Z (8 days ago)
- Topics: design-tokens, terrazzo
- Language: TypeScript
- Homepage:
- Size: 1.99 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