🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
Blaze CSS

Blaze CSS

0/5 (0 ratings) 10 active installs Updated Sep 28, 2021

With build tools like purgeCSS used by frameworks like TailwindCSS the need to remove all of the unused CSS classes from built CSS files has become an important factor.

However, these tools can only look in source files for classes that should be kept. Therefore any classes generated by WordPress, such as classes used in the post editor will not be considered and overpurging occurs.

This plugin allows solves this problem by:

  • Logging all classes from page requests
  • Generating a text file that can be used in your build process