Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 825 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 825 Bytes

Astro UXDS Design Tokens

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.

Documentation

Astro Design Tokens

Installation

npm i @astrouxds/design-tokens

CSS Custom Properties

@import "node_modules/@astrouxds/design-tokens/dist/css/index.css";

Pipeline

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]
Loading