cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.74k stars 75 forks source link

[Docs]: Add on documentation setup of postcss #438

Open xeinebiu opened 1 month ago

xeinebiu commented 1 month ago

I tried using the project today and struggled for a while because no styles were processed, even though I followed the documentation correctly: Getting Started Guide.

I suggest adding a section on setting up postcss.config.js to help new users have a smoother experience.

PostCSS Configuration:

// postcss.config.js
module.exports = {
  plugins: [require('@pandacss/dev/postcss')()],
}