-
### Description
From version 0.26.0 recipes and patterns are not correctly extracted by the JSX file parser when using TypeScript path mappings.
This is a regression in v0.26.0, v0.25.0 is working…
-
### Description
As I said in the #1821 , my Storybook used `webpack5` as the bundler.
I decided to migrate to `vite` so I could fix the issue and get the setup done.
After migrating to `@storyb…
-
### Describe the Bug
```jsx
# there are no problems in this area (both key, value field are working)
const css1 = css({
fontSize: '2xl',
fontWeight: 'bold',
});
const css2 = css({
font…
-
### Description
Hi!
I'm having a headhache trying to figure out how to customize a pattern properties from within a custom component.
Following the documentation [here](https://panda-css.com/…
-
### Description
I'm playing with nested conditions in my token configuration.
This works as expected:
```
'text': {
value: {
base: 'purple',
_onYellowBackground: 'blue',
_onR…
-
Hi,
Using the following panda config with:
- typescript 5.2.2 (or 5.3.3 doesnt matter)
- @pandacss/dev 0.22.1
- @park-ui/panda-preset 0.26.1
- next 14.0.4
```typescript
export default def…
-
https://panda-css.com/docs/theming/tokens
"largely influenced" means you can [copy a ton of this work](https://github.com/argyleink/open-props/blob/main/build/to-tokens.js)
-
### Subject
Guides
### Description
I wanted to experiment with PandaCSS, coming from Vanilla Extract it's not too complicated. However, the default presets bother me (I prefer to use a custom…
-
### Description
When I want to access my `textStyle` from the token function like `colors`, for example `token(colors.primary)`, it doesn’t support `textStyle`, for example `token(textStyle.h1)`.
…
-
### Description
Creating a fresh Next.js with PandaCSS:
1. I receive a warning on compilation. It may be Windows only. There is a separate issue: #1783.
2. Styles don't recompile. So I have to rebo…