We have a webpage that can be hosted in an iframe on another site. When it's shown in another website we override the css to have the l&f of that site.
What happens is when someone changes the css class name or properties in the webpage it might look bad on other site where it's hosted until we detect and change it.
If there is a way to detect this before the change goes live we can make change it for the other site as well.
Some kind of html,css capture tool which can say if there is any difference in the css classes on the html elements or the properties