https://github.com/govalta/design-tokens
https://github.com/govalta/design-tokens
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/govalta/design-tokens
- Owner: GovAlta
- License: apache-2.0
- Created: 2022-09-06T19:08:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:15:20.000Z (over 1 year ago)
- Last Synced: 2024-11-12T23:21:16.994Z (over 1 year ago)
- Language: JavaScript
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```