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

https://github.com/govalta/design-tokens


https://github.com/govalta/design-tokens

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# GoA Design Tokens

## Setup

```bash
npm i --save-dev @abgov/design-tokens
```

Add the following to your top level *.css file:

```scss
@import "@abgov/design-tokens/dist/tokens";
```