anyone know a program that could be used (ideally in batch mode on a bunch of files),
to merge inline html css styles into an existing .css stylesheet, or vice versa?
to be clearer:
i have a bunch of html pages, which reference css styles in an external .css stylesheet.
but some of the .html files also have embedded styles.
i'd like a tool that would automatically move the UNIQUE styles found embedded in html files into the css stylesheet.
(would need to rename styles etc. to avoid name conflicts).
id also love some kind of css checker that identified how many times each style was used in a set of html files..
any such tools exist?