6.0.0 • Published 1 year ago

@up42/design-system-tokens v6.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

UP42 Douglas: Design Tokens

Intro

This repository handles the Douglas Design System tokens. Using Style Dictionary, the tokens are compiled into css and json.

Install

To get started with Douglas run:

$ npm install @up42/design-system-tokens

or if you are using yarn:

$ yarn add @up42/design-system-tokens

Usage

To include the tokens in your app:

import tokens from '@up42/design-system-tokens/dist/json/tokens.json'

css variables are available at dist/css/tokens.css:

.douglas {
  background: var(--douglas-color-primary);
}

scss variables are available at dist/scss/_tokens.scss:

.douglas {
  background: $douglas-color-primary;
}

Commit messages and creating a release

Please check here to learn more about how to release a new version, and here to know more about our commit message convention.

5.2.0

1 year ago

5.1.1

1 year ago

6.0.0-beta.0

1 year ago

6.0.0

1 year ago

5.0.6

2 years ago

5.0.5

2 years ago

5.0.4

2 years ago

5.0.3

2 years ago

4.0.0-douglas.2

2 years ago

5.0.2

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

4.0.0-douglas.1

2 years ago

4.0.0-douglas.0

2 years ago

3.0.2

2 years ago

3.1.0-douglas.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago