From 9822845e1bf1227f633c12d5983982a6ebbd25e0 Mon Sep 17 00:00:00 2001 From: hobbescodes <87732294+hobbescodes@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:20:14 -0500 Subject: [PATCH] chore(docs): update prerequisites --- docs/usage.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index c8c12af..aecab42 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -15,7 +15,7 @@ Follow these steps to use the Tigris UI library in your project. const pandaConfig = defineConfig({ preflight: true, - presets: ["@pandacss/preset-base", tigrisPreset], + presets: ["@pandacss/preset-panda", tigrisPreset], include: ["src/**/*.{ts,tsx}"], outdir: "src/generated/panda", }); @@ -25,8 +25,6 @@ Follow these steps to use the Tigris UI library in your project. Feel free to modify the Panda config as needed, for example if you need to add more patterns to `include`. - 💡 **Note:** If you use `jsxFactory` in `pandaConfig`, the base preset will need to be updated to `@pandacss/preset-` - 3. Create a `postcss.config.js` file in your project root with the following content: ```js