Remove duplicate CSS declarations across multiple files

前端 未结 6 1619
攒了一身酷
攒了一身酷 2020-12-08 02:40

I\'m looking to remove duplicate CSS declarations from a number of files to make implementing changes easier. Is there a tool that can help me do that?

Right now I\'

6条回答
  •  执念已碎
    2020-12-08 03:22

    I made a nodejs tool to help with this, it currently handles single files but lemme know if it helps or of any improvements, feel free to fork it and take it to another level too :)

    https://npmjs.org/package/css-purge

    https://github.com/rbtech/css-purge

提交回复
热议问题