How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS

Published: April 24, 2019, 5:21 p.m.

CSS frameworks like Tailwind, Bootstrap, Foundation, etc all come with many CSS classes you probably aren't using. This creates huge CSS files unless we use a tool like PurgeCSS to look through our code and remove the unused classes.