@snyder-tech/brandos-tokens
v0.42.3
Published
Generic BrandOS design token contract for CSS, TypeScript, and framework adapters.
Downloads
20
Readme
@snyder-tech/brandos-tokens
Generic BrandOS token contract for external consumers.
This package intentionally ships no first-party brand profiles. Consumers provide their own brand tokens and map them to the runtime --brandOS-* contract.
CSS imports
@import "@snyder-tech/brandos-tokens/css/global";
@import "@snyder-tech/brandos-tokens/css/shoelace";Available CSS entries:
@snyder-tech/brandos-tokens/css/global@snyder-tech/brandos-tokens/css/fonts@snyder-tech/brandos-tokens/css/reset@snyder-tech/brandos-tokens/css/tailwind@snyder-tech/brandos-tokens/css/shoelace@snyder-tech/brandos-tokens/css/daisyui@snyder-tech/brandos-tokens/css/mui
TypeScript
import { BRANDOS_SPACE_4 } from "@snyder-tech/brandos-tokens/tokens";
import { createBrandOSCssVariables, type BrandOSBrandContract } from "@snyder-tech/brandos-tokens/contract";