Patch Changes
-
99870bb: Fix issue where setting the pattern
jsx
option with dot notation didn't work.import { defineConfig } from "@pandacss/dev"; export default defineConfig({ // ... patterns: { extend: { grid: { jsx: ["Form.Group", "Grid"], }, stack: { jsx: ["Form.Action", "Stack"], }, }, }, });