I have several different skins for the site, and I expect that I will do additional skinning soon. It is currently configured in great detail:
/theme1/myCss.css
/theme2/myCss.css
/theme3/myCss.css
/theme4/myCss.css
....
I want to move everything that each theme has into a shared css file that each theme can use
/common/myCommonCss.css
Is there a tool that can compare CSS declarations in each file, determine if they match, and then tag them (or ideally cut / copy) to another file?
source share