Skip to content

Design System Tokens of GetNinjas

Notifications You must be signed in to change notification settings

getninjas/niten-tokens

Repository files navigation

NITEN Tokens

npm version

Made with style-dictionary

Install

NPM Package

npm i @getninjas/niten-tokens

Yarn

yarn add @getninjas/niten-tokens

Usage

In Sass

@import 'node_modules/@getninjas/niten-tokens/build/web/niten-tokens';

.blue-thing { color: $color-brand-first-dark }

Contributing

Read the contributing guide to learn how to propose changes and understand our development process.