✨ Feature Suggestion | PurgeCSS - Remove unused CSS #1354
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PurgeCSS is a tool, which looks at HTML files and removes unused CSS.
Why? Because our CSS files are bloated. According to PageSpeed Insights
https://developers.google.com/speed/pagespeed/insights/?url=privacytools.io
our CSS is 46KB and could be reduced by 44KB, surely, that's not going to be
that much, but still, there will be a difference.
Unused CSS is going to be only removed in production environment, to not
make development harder.
Great idea, I love deleting code! 😄