FullHuman / postcss-purgecss

PostCSS plugin for purgecss
MIT License
91 stars 5 forks source link

Add support for rejected option. #29

Closed timbotnik closed 5 years ago

timbotnik commented 5 years ago

Push rejected selectors onto result.messages for downstream consumption. Use with a PostCSS reporter plugin like postcss-reporter to print the purged selectors to the console as they are processed.

Addressed Issue #16.

Ffloriel commented 5 years ago

Thanks!