Skip to content

Commit 3f030a2

Browse files
authored
docs: update Update Vite React guide to include jsxFramework: 'react', Emphasis using post css as recommend integration method. (#3343)
docs: update Vite configuration and enhance getting started guide
1 parent 486b146 commit 3f030a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

website/pages/docs/installation/vite.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ export default defineConfig({
114114
// Files to exclude
115115
exclude: [],
116116

117+
// Generates JSX utilities with options of React, Preact, Qwik, Solid, Vue
118+
jsxFramework: 'react',
119+
117120
// The output directory for your css system
118121
outdir: "styled-system",
119122
})

website/pages/docs/overview/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Panda combines the developer experience of CSS-in-JS and the performance of atom
1919
- [Panda CLI](/docs/installation/cli):
2020
The simplest way to use Panda is with the Panda CLI tool.
2121

22-
- [Using PostCSS](/docs/installation/postcss):
22+
- [Using PostCSS](/docs/installation/postcss): (**Recommended**)
2323
Installing Panda as a PostCSS plugin is the recommended way to integrate it with your project.
2424

2525
### Framework Guides

0 commit comments

Comments
 (0)