DEV Community

Discussion on: Finding the Right Purgecss Extractor

Collapse
 
drewtownchi profile image
Drew Town

The extractor is only going to work if you are adding the markup into your files and the library isn't generating the code/classes and inserting them into the DOM.

Likely with a library you need to use Purgecss's Whitelisting and hope the library you are using has a sane CSS naming convention.