Remove duplicate CSS declarations across multiple files

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

    You can use W3C CSS validator to remove the duplicates of the properties. Upload the css file by clicking By file upload and click on check, then go to warnings part where you can see the duplicate properties repeated. Then you can remove your duplications by going to specific line in the file.

    URL :http://jigsaw.w3.org/css-validator/#validate_by_upload

提交回复
热议问题