# @voidable/theme

CSS theme for Voidable UI — design tokens, primitives, reset, and component styles.

## Install

```bash
npm install @voidable/theme
```

## Usage

Import the full theme (includes primitives, tokens, reset, and all component styles):

```css
@import '@voidable/theme';
```

Or import individual layers:

```css
@import '@voidable/theme/primitives';
@import '@voidable/theme/tokens';
@import '@voidable/theme/reset';
```

## Dark mode

Set the `data-theme` attribute on `<html>`:

```html
<html data-theme="dark">
```

## Documentation

- [Storybook](https://voidableui.github.io/Voidable/)
- [GitHub](https://github.com/VoidableUI/Voidable)

## License

MIT
