computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
576 B
10 lines
576 B
# Remove Unused CSS |
|
|
|
Removing unused CSS selectors can reduce the size of your files and then speed up the load of your assets. |
|
|
|
Always check if the framework CSS you want to use don't already has a reset / normalize code included. Sometimes you may not need everything that is inside your reset / normalize file. |
|
|
|
- [UnCSS Online](https://uncss-online.com/) |
|
- [PurifyCSS](https://github.com/purifycss/purifycss) |
|
- [PurgeCSS](https://github.com/FullHuman/purgecss) |
|
- [Chrome DevTools Coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) |