Why do i have to install @fullhuman/postcss-purgecss to fix purgecss requires Postcss 8 #4048
Unanswered
Bluefitdev
asked this question in
Help
Replies: 1 comment 3 replies
-
You have postcss 7 listed in your |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to this discussion, I am finally able to fix my bug of upgrading my CRA app from 3 to 4 with tailwind.
I'm having the popular issue ONLY when building final app
yarn build
:Even after following the official docs to fix it.
Not sure why this is happening on my current's project. However when i tried to create fresh CRA app with craco and following tailwind instruction, it doesn't run that error.
My question is, is there any explanation why my app is fixed after installing
"@fullhuman/postcss-purgecss": "3.0.0"
? I'm scratching my head over this bug because it took me couple of hours to browse over the internet until i tried this solution which has no explanation...Thanks guys
This is my package.json btw:
Beta Was this translation helpful? Give feedback.
All reactions