Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saneef/nanools-tokens

Source code for tokens2css.nanools.com
https://github.com/saneef/nanools-tokens

design-tokens postcss svelte

Last synced: 28 days ago
JSON representation

Source code for tokens2css.nanools.com

Awesome Lists containing this project

README

        

# Design Tokens to CSS

Convert JSON design token to CSS.

## Developing

Once you've created a project and installed dependencies with `pnpm install`, start a development server:

```bash
pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```

## Building

To create a production version of your app:

```bash
pnpm run build
```

You can preview the production build with `pnpm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.