-
Hi team, I'm not sure if this is a bug or not, so I'm posting here before opening an issue. Issues
Repro Steps
Environment
QuestionIs this a known issue or a misconfiguration on my side? Should I open a bug report? Any guidance would be much appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The For the utility classes not being generated, I was unable to debug due to errors when running
|
Beta Was this translation helpful? Give feedback.
-
Update:So the issue was caused by the What I did to fix it:
Now everything works as expected in both dev and production. Hope this helps anyone running into the same problem! |
Beta Was this translation helpful? Give feedback.
Update:
So the issue was caused by the
postcss-preset-env
plugin (Thanks @wongjn for the hint!).What I did to fix it:
postcss-preset-env
from the projectpostcss.config.js
fileNow everything works as expected in both dev and production. Hope this helps anyone running into the same problem!