panda icon indicating copy to clipboard operation
panda copied to clipboard

🐼 Universal, Type-Safe, CSS-in-JS Framework for Product Teams ⚡️

Results 38 panda issues
Sort by recently updated
recently updated
newest added

Add `auto` value where neccessary to base utilities.

https://github.com/chakra-ui/panda/assets/47224540/ed20cd03-bcc8-40f1-9f98-e18b4de3abbf https://github.com/chakra-ui/panda/assets/47224540/9b928fdb-5788-41a5-88f5-24778d51d215

### Description When I tried to import `container` pattern to the main layout (or page), I expected to see generated classes for the container, but container classes `pos_relative max-w_8xl mx_auto...

### Discussed in https://github.com/chakra-ui/panda/discussions/759 Originally posted by **wobsoriano** June 20, 2023 Is it just me, or the Vue item in Getting Started is missing? If you navigate directly to https://panda-css.com/docs/getting-started/vue,...

When using `strictTokens: true`, `0` for spacings (ie: `gap`) or `none` for borders / outline fails to validate types. Added the missing values in the presets for both borders and...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Description Went to the docs page from my device and the docs sidebar covered up the contents, not a common thing with docusaurus docs. ![Screenshot_2023-06-20-07-19-00-289_com brave browser](https://github.com/chakra-ui/panda/assets/37118134/bc11de95-abe4-44f9-9f87-9a07be620128) ### Link...

Maybe the `updateNotifier` should run first.

### Description Hello, First and foremost - PandaCSS is sooooo awesome, amazing work ♥️ I feel like that if I'm not using `extends` key in config it should overwrite the...