PurgeCSS
Learn what PurgeCSS is and how it works.
We'll cover the following...
About PurgeCSS
As a project grows, so does the list of classes and styles used. If we’re using a CSS framework, it can add many styles, and many of them aren’t often used. Therefore, it would be nice if we could remove the styles that are unnecessary. This can be accomplished with a tool called ...