Skip to content

Commit

Permalink
chore(docs): update prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbescodes committed Oct 28, 2023
1 parent 8325172 commit 9822845
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
Expand All @@ -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-<JSX_FACTORY_NAME>`

3. Create a `postcss.config.js` file in your project root with the following content:

```js
Expand Down

0 comments on commit 9822845

Please sign in to comment.