Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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