开发者

Tool for cleaning up CSS colours

开发者 https://www.devze.com 2023-03-30 22:52 出处:网络
Can anyone recommend a tool to help clean up the colours used in a CSS file? We have a CSS file with 196 different colours defined in it. Most of the colours are only slight variation of each other.

Can anyone recommend a tool to help clean up the colours used in a CSS file?

We have a CSS file with 196 different colours defined in it. Most of the colours are only slight variation of each other. We would like开发者_如何学运维 to be able to select multiple similar colours and re-map them to a single colour.

TopStyle allows you to see the colour palette of your CSS and replace them individually, but won't allow you to select multiple colours to replace in one go.

Are there any useful tools out there that might help us?


I would do a PHP parser to find the values of the colors (some regular expression to match #;) and then a replace... I dont know of any tool that would do this.

0

精彩评论

暂无评论...
验证码 换一张
取 消