@design-sync/w3c-dtfm
Design tokens module format (DTFM) utils and types
Usage
Install package:
npm install @design-sync/w3c-dtfm
yarn add @design-sync/w3c-dtfm
pnpm install @design-sync/w3c-dtfm
bun install @design-sync/w3c-dtfm
Import:
import {} from "@design-sync/w3c-dtfm";
const {} = require("@design-sync/w3c-dtfm");
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Made with 💛
Published under MIT License.