参考サイト
構文
purgecss --css style.css --content index.html --output style.purged.css
–css : 元のスタイルシートを指定。
–content : 参照するHTMLファイルを指定。
–output : 不要な記述を削除して書き出したスタイルシートを指定。
purgecss --css style.css --content index.html --output style.purged.css
–css : 元のスタイルシートを指定。
–content : 参照するHTMLファイルを指定。
–output : 不要な記述を削除して書き出したスタイルシートを指定。