astahmer / pandabox

a toolbox for Panda CSS
https://pandabox.vercel.app/
48 stars 3 forks source link

feat: @pandabox/panda-plugins #11

Closed astahmer closed 7 months ago

astahmer commented 7 months ago

@pandabox/panda-plugins

Installation

pnpm add -D @pandabox/panda-plugins

Usage

import { defineConfig } from '@pandacss/dev'
import { createStrictTokensScope } from '@pandabox/panda-plugins'

export default defineConfig({
  // ...
  strictTokens: true,
  // can also be used together with
  // strictPropertyValues: true,
  plugins: [createStrictTokensScope({ categories: ['colors'] })],
})
vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
pandabox ✅ Ready (Inspect) Visit Preview Feb 22, 2024 2:47pm