@wheelhouse/tokens
v0.1.2
Published
CSS custom properties for light and dark themes (`:root`, `.dark`), shared across Wheelhouse UI and apps.
Readme
@wheelhouse/tokens
CSS custom properties for light and dark themes (:root, .dark), shared across Wheelhouse UI and apps.
Install
npm install @wheelhouse/tokensUse
Import the stylesheet from your CSS entry (for example globals.css):
@import '@wheelhouse/tokens';This loads the token definitions only. Wire that entry into Tailwind or your bundler so the variables apply where you need them.
The package exposes a single CSS entry (package.json → exports["."]); there is no JavaScript API.
Relationship to @wheelhouse/ui
@wheelhouse/ui depends on this package and pulls in tokens when you install UI. Add @wheelhouse/tokens yourself only when you want tokens without the component library.
Monorepo
Storybook, the shadcn CLI, workspace commands, and publishing are documented in the repository's root README.
