You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the features purifycss has is the option to print out the selectors that were removed and the reduction in file size it made on the css file. This is present in their Gulp plugin.
The text was updated successfully, but these errors were encountered:
danielcardoso5
changed the title
[Request] An option to print out the stripped selectors and the css file size reduction
[Feature Request] An option to print out the stripped selectors and the css file size reduction
Feb 16, 2018
I was looking for similar functionality - sometimes it's not always possible to test absolutely everything on your site to see if everything looks good. It could be more practical scan through the removed list to see if there's anything obviously wrong.
A new version has been released. There's now a rejected option to get the list of removed selectors. However, I believe being able to see the size file should not be part of purgecss. If you are looking to get css size file, you can get the size file before and after using purgecss from your build code or external packages.
I'll now close this issue, let me know if something does not work as expected.
One of the features purifycss has is the option to print out the selectors that were removed and the reduction in file size it made on the css file. This is present in their Gulp plugin.
The text was updated successfully, but these errors were encountered: