0.1.3 • Published 1 year ago

@pandabox/unplugin v0.1.3

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

@pandabox/unplugin

Alternative distribution entrypoint for Panda CSS (other than the CLI and PostCSS plugin).

Installation

npm i @pandabox/unplugin

Usage

import { defineConfig } from 'vite'
import pandabox from '@pandabox/unplugin'

export default defineConfig({
  plugins: [
    pandabox.vite({
      /* options */
    }),
  ],
})