Skip to content

jokroese/strip-unused-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strip Unused CSS

Identifies all unused CSS in a website and downloads the reduced CSS files with only used CSS code in.

Quickstart

  1. Clone or download this repository
  2. At ./strip-unused-css run npm i puppeteer --save
  3. Run node csscoverage.js https://jokroese.com

Reference

From the answer given here.