# @igloo-ui/tokens

> Igloo tokens are all the values needed to construct and maintain a design system — spacing, color, fonts, opacity, etc..

Latest version **2.1.0** (published 2024-04-26) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @igloo-ui/tokens
pnpm add @igloo-ui/tokens
yarn add @igloo-ui/tokens
bun add @igloo-ui/tokens
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2024-04-26 |
| First published | 2021-06-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 36.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Groupe Officevibe Inc. |
| Maintainers | infra.admin, franckgaudin |
| Keywords | design tokens, igloo-ui |

## Links

- npm: https://www.npmjs.com/package/@igloo-ui/tokens
- Repository: https://github.com/gsoft-inc/igloo-ui-tokens
- Homepage: https://github.com/gsoft-inc/igloo-ui-tokens#readme
- Issues: https://github.com/gsoft-inc/igloo-ui-tokens/issues
- npm.io page: https://npm.io/package/@igloo-ui/tokens

## Dependencies (1)

- [camelcase](https://npm.io/package/camelcase.md) ^7.0.1

## Recent versions

- 2.1.0 (latest) — 2024-04-26
- 2.0.0 — 2022-11-08
- 1.3.0 — 2022-11-02
- 1.2.0 — 2022-11-01
- 1.1.1 — 2022-02-07
- 1.1.0 — 2021-12-14
- 1.0.0 — 2021-11-24
- 0.2.0 — 2021-11-16
- 0.1.1 — 2021-07-20
- 0.1.0 — 2021-07-19
- 0.0.0 — 2021-06-28
- 0.0.0-alpha-3 — 2021-06-22
- 0.0.0-alpha-2 — 2021-06-22
- 0.0.0-alpha-1 — 2021-06-22
- 0.0.0-alpha — 2021-06-22

## README

# `@igloo-ui/tokens`

Igloo tokens are all the values needed to construct and maintain a design system — spacing, color, fonts, opacity, etc..

## Getting started

To install @igloo-ui/tokens in your project, you will need to run the following command using [npm](https://www.npmjs.com/):

```
npm install @igloo-ui/tokens
```

If you prefer [Yarn](https://classic.yarnpkg.com/en/), use the following command instead:

```
yarn add @igloo-ui/tokens
```

## Usage

### Sass

In Sass, you can import the files by doing:

```
@import '@igloo-ui/tokens/dist/_variables.scss';
```

### CSS

In CSS, you can import the files by doing:

```
@import '@igloo-ui/tokens/dist/variables.css';
```

### Fonts

You can also do it via CSS Import:

```
@import '@igloo-ui/tokens/dist/fonts.css';
```

## License

Copyright © 2019, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.

---
_Source: https://npm.io/package/@igloo-ui/tokens · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
