Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.