purifycss / purifycss

Remove unused CSS. Also works with single-page apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Example] How to use the cli version

kud opened this issue · comments

Tada:

$ find . -name '*.css' -path './src/*'|xargs -I % purifycss % **/*.html -rejected -o %