Mike Rogers
Joined
110 Experience
1 Lesson Completed
0 Questions Solved
Activity
Posted in How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS Discussion
If anyone runs into a problem like (Like I just spent way to long debugging):
TypeError: Cannot read property 'names' of undefined
This is due to running postcss-purgecss
not @fullhuman/postcss-purgecss
, running yarn remove postcss-purgecss
solved it for me :)