Replies: 1 comment
-
Hi @lucgagan, Any reason you're bothered by this? The CSS is injected at build time by the PostCSS plugin. If you want to a see the raw CSS generated, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using https://panda-css.com/ with Next.js v13 (app folder).
The pages load as expected, e.g. https://ray.run/blog/mastering-poms
But if you look at the rendered HTML, it links to CSS assets, e.g.
I would like to inline this CSS in the response.
How do I do it?
Beta Was this translation helpful? Give feedback.
All reactions