Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getninjas/niten-tokens
Design System Tokens of GetNinjas
https://github.com/getninjas/niten-tokens
cross-platform design-systems design-tokens styleguide tokens
Last synced: about 1 month ago
JSON representation
Design System Tokens of GetNinjas
- Host: GitHub
- URL: https://github.com/getninjas/niten-tokens
- Owner: getninjas
- Created: 2019-06-05T18:42:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T16:23:41.000Z (over 1 year ago)
- Last Synced: 2024-11-14T20:51:37.726Z (about 2 months ago)
- Topics: cross-platform, design-systems, design-tokens, styleguide, tokens
- Language: Swift
- Size: 158 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# NITEN Tokens
[![npm version](https://badge.fury.io/js/%40getninjas%2Fniten-tokens.svg)](https://badge.fury.io/js/%40getninjas%2Fniten-tokens)
Made with [style-dictionary](https://github.com/amzn/style-dictionary)
## Install
NPM Package
```shell
npm i @getninjas/niten-tokens
```Yarn
```shell
yarn add @getninjas/niten-tokens
```## Usage
In Sass
```SCSS
@import 'node_modules/@getninjas/niten-tokens/build/web/niten-tokens';.blue-thing { color: $color-brand-first-dark }
```## Contributing
### [Contributing guide](CONTRIBUTING.md)
Read the [contributing guide](CONTRIBUTING.md)
to learn how to propose changes and understand our development process.