We are adding external content to our existing site along with our associated external CSS stylesheet and must identify CSS selectors that use the same name in two files. After the definition, we plan to manually modify each duplicate in the new imported file, and then modify the HTML accordingly.
Does anyone know a tool that will do this? One painful way that I was thinking about was to combine all the CSS into one Word Document and go down to the page using manual Finds? It would be nice to avoid this.
source
share