Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saneef/nanools-tokens
- Owner: saneef
- License: mit
- Created: 2024-04-23T03:18:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:15:06.000Z (6 months ago)
- Last Synced: 2024-09-27T09:21:39.947Z (about 1 month 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.