ao-design-tokens
v1.1.4
Published
Common CSS reset and variables
Downloads
13
Readme
AO Design Tokens
Get started
- Run
npm install ao-design-tokens
- In your project CSS, import the following:
@import "ao-design-tokens";
body {
color: var(--color-primary);
background: var(--component-base);
padding: var(--size-base-5);
}
- That's it!
CSS Reset
Includes the EM CSS Reset.
Colors
This project contains CSS variables sourced from the Radix UI System Colors. Not all colors are included. Supports light and dark modes.