https://github.com/saneef/nanools-tokens
Source code for tokens2css.nanools.com
https://github.com/saneef/nanools-tokens
design-tokens postcss svelte
Last synced: 5 months ago
JSON representation
Source code for tokens2css.nanools.com
- Host: GitHub
- URL: https://github.com/saneef/nanools-tokens
- Owner: saneef
- License: mit
- Created: 2024-04-23T03:18:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:15:06.000Z (about 2 years ago)
- Last Synced: 2025-09-27T23:42:28.126Z (9 months ago)
- Topics: design-tokens, postcss, svelte
- Language: JavaScript
- Homepage: https://tokens2css.nanools.com
- Size: 276 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.