1.9.1 • Published 1 year ago

@quieto/tokens v1.9.1

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

quieto-tokens

A light-weight design system that contains the design tokens for Quieto

How to use

To use the design tokens in your project, install the package from npm:

npm install @quieto/tokens

Then import the tokens in your project as needed:

<link rel="stylesheet" href="node_modules/@quieto/tokens/dist/_core.css">
import '@quieto/tokens/dist/_core.css';

Themes

There are also light and dark themes available. To use them, import the theme you want to use:

<link rel="stylesheet" href="node_modules/@quieto/tokens/dist/css/_core.css">
<link rel="stylesheet" href="node_modules/@quieto/tokens/dist/css/_light.css">
<link rel="stylesheet" href="node_modules/@quieto/tokens/dist/css/_dark.css">
import '@quieto/tokens/dist/css/_core.css';
import '@quieto/tokens/dist/css/_light.css';
import '@quieto/tokens/dist/css/_dark.css';
1.9.1

1 year ago

1.7.2

1 year ago

1.8.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago