Purge CSS: Difference between revisions

From DiviFree
(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")
 
(No difference)

Latest revision as of 05:23, 28 March 2023

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