astahmer / pandabox

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

Make it clear if unplugin-panda-macro works in dev mode #35

Closed apatrida closed 8 months ago

apatrida commented 8 months ago

The docs for the unplugin-pand-macro talk about "build time" and not needing the Panda CLI nor PostCSS:

https://github.com/astahmer/pandabox/tree/main/packages/unplugin-panda-macro

Does that cover dev mode as well? Make this clear in the README.

astahmer commented 8 months ago

yes it works in dev as well it will inline the results of Panda functions/JSX components as string at build-time, e.g before running in your browser

apatrida commented 8 months ago

great!