Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/kumo-docs-astro/src/pages/figma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,16 @@ cp packages/kumo-figma/scripts/.env.example packages/kumo-figma/scripts/.env

### Required Variables

<div style="overflow-x: auto;">

| Variable | Required | Description |
| ----------------------- | -------- | ----------------------------------------------------------------- |
| `FIGMA_TOKEN` | Yes | Your Figma personal access token for API authentication |
| `FIGMA_FILE_KEY` | Yes | The file key from your Figma URL: `figma.com/file/{FILE_KEY}/...` |
| `FIGMA_COLLECTION_NAME` | No | Variable collection name in Figma. Defaults to `kumo-colors` |

</div>

```bash

# packages/kumo-figma/scripts/.env
Expand Down