panda
panda copied to clipboard
Patterns doesn't work in SvelteKit
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 px_4 md:px_6 lg:px_8 is not generated/extracted.
Link to Reproduction
https://stackblitz.com/edit/stackblitz-starters-bwygju?file=src%2Froutes%2F%2Blayout.svelte
Steps to reproduce
- Go to home page
- Check the classes on the
mainelement in the DevTools - Notice there are styles for the container classes. No Utilities Layer, only Base, Reset etc
- Try to use any pattern all of them will be without styles
JS Framework
SvelteKit (TS)
Panda CSS Version
0.3.2
Browser
Google Chrome 114
Operating System
- [X] macOS
- [ ] Windows
- [ ] Linux
Additional Information
No response