Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krsbx/design-token
https://github.com/krsbx/design-token
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/krsbx/design-token
- Owner: krsbx
- License: mit
- Created: 2024-01-29T01:53:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T00:00:53.000Z (11 months ago)
- Last Synced: 2024-11-20T02:49:36.451Z (2 months ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design Token Transformer
Convert Figma Design Tokens to useable TailwindCSS Tokens.
## Requirements
1. Node >= 16.0.0
2. Project with a TailwindCSS
3. Figma Design Token generated with [variables2json](https://www.figma.com/community/plugin/1253571037276959291)## Installation
```bash
npm install design-token-transformer
```## Usage
```bash
npx dt-transformer
```