-
I'm on NextJS 13.4.7. I followed the installation guide, but none of my styles actually end up in the DOM. I believe the issue is that NextJS 13 requires the use of a |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@tspecht if you inspect the dom, are the atomic classnames generated? |
Beta Was this translation helpful? Give feedback.
-
@anubra266 they do, yes, but I can not find any of the actual CSS as part of the DOM. For reference, I'm migrating from
|
Beta Was this translation helpful? Give feedback.
-
I'm also experiencing weird issues, with styles sometimes not being loaded (classes are present in the DOM). In my case, it's difficult to reporduce. It sometimes happens when refreshing the page with dev tools opened (some caching issues maybe?). |
Beta Was this translation helpful? Give feedback.
-
@tspecht you can't have two post css config files. Your |
Beta Was this translation helpful? Give feedback.
@tspecht you can't have two post css config files. Your
.js
config is used, and you haven't added panda plugin in that config.Also, your example doesn't include the layers.
And lastly, it seems tailwind isn't letting panda work while it's present.