This repo is currently in beta and under heavy development. Do not use in production. Token names may change or be removed without any warning. Viewer discretion is advised.
This package includes all of AstroUXDS's design tokens in various different formats for you to consume in your applications.
npm i @astrouxds/design-tokens
@import "node_modules/@astrouxds/design-tokens/dist/css/index.css";
graph TD
A[Figma] --> B(data/tokens.json)
B -->|Token Transformer| D["/tokens/*.json"]
D -->|Style Dictionary| E["/dist"]
E -->F[CSS]
E -->G[SASS]
E -->H[iOS]
E -->I[JSON]