Purge CSS

From DiviFree
Revision as of 05:23, 28 March 2023 by Loribel (talk | contribs) (Created page with " ==PurifyCSS== https://github.com/purifycss/purifycss Installation <pre> npm install -g purify-css </pre> Utilisation <pre> purifycss style.css index.html -o style2.css </pre> ==Liens== How to Remove Unused CSS for Leaner CSS Files * https://www.keycdn.com/blog/remove-unused-css")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PurifyCSS

https://github.com/purifycss/purifycss

Installation

npm install -g purify-css

Utilisation

purifycss style.css index.html -o style2.css


Liens

How to Remove Unused CSS for Leaner CSS Files