You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the styles in my project currently takes 3.47 seconds using PostCSS CLI.
When adding the staticCss snippet below to my Panda config, it takes additional 10 seconds (=total 13.35s).
If I add further extensions to my PostCSS, it takes 30seconds in total to build, and causes an unbearable developer experience.
Is there any way to speed up the PandaCSS build?
My styles are coming from the database, and are therefore not known in prehand. That's why I'm using the staticCSS snippet.
This discussion was converted from issue #3105 on January 22, 2025 19:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Building the styles in my project currently takes 3.47 seconds using PostCSS CLI.
When adding the staticCss snippet below to my Panda config, it takes additional 10 seconds (=total 13.35s).
If I add further extensions to my PostCSS, it takes 30seconds in total to build, and causes an unbearable developer experience.
Is there any way to speed up the PandaCSS build?
My styles are coming from the database, and are therefore not known in prehand. That's why I'm using the
staticCSS
snippet.Link to Reproduction
Steps to reproduce
You can try building using PostCSS and include the staticCSS above.
JS Framework
No response
Panda CSS Version
^0.51.1
Browser
No response
Operating System
Additional Information
"postcss": "^8.5.1",
"postcss-import": "^16.1.0"
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"@pandacss/dev": "^0.51.1",
Beta Was this translation helpful? Give feedback.
All reactions