@pandacss/vite
v2.0.0-beta.2
Published
Vite plugin for Panda CSS
Readme
@pandacss/vite
The Vite plugin for Panda CSS, with an inline compiler — no separate codegen step required.
Installation
npm install -D @pandacss/viteUsage
// vite.config.ts
import { defineConfig } from 'vite'
import panda from '@pandacss/vite'
export default defineConfig({
plugins: [panda()],
})Documentation
Visit the Panda CSS documentation to learn more.
License
MIT © Chakra Systems Inc.
