Remove duplicate CSS declarations across multiple files

前端 未结 6 1616
攒了一身酷
攒了一身酷 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:26

    This system claim to do that: http://sourceforge.net/projects/cssmerge/?source=dlp

    But I couldn't make it work, though.

    So here it goes some tools to compare the CSS files. It is not as fast as an automatic solution, but would make it faster than going by visual comparison alone.

    http://www.diffchecker.com/

    http://www.araxis.com/merge_mac/index.html

    http://csscompare.codeplex.com/

提交回复
热议问题