@takeoff-design/tokens
v0.1.2
Published
Design tokens, CSS variables, SCSS, JS exports, and component recipe styles for Takeoff Design.
Readme
@takeoff-design/tokens
Design token outputs for Takeoff Design. The package ships generated CSS, SCSS, JavaScript, Tailwind theme assets, fonts CSS, and component recipe styles.
Install
pnpm add @takeoff-design/tokensFor GitHub Packages, configure the registry first:
@takeoff-design:registry=https://npm.pkg.github.comUsage
@import '@takeoff-design/tokens/css/default/theme.css';@use '@takeoff-design/tokens/scss/variables';
@use '@takeoff-design/tokens/scss/components';import tokens from '@takeoff-design/tokens';@import '@takeoff-design/tokens/tailwind/theme.css';Raw source token JSON and internal sync/build scripts are repository internals and are not part of the npm package contract.
