Unify page style-sheets from version to version and compare overrides

64 Views Asked by At

New version (v2) of website required additional 3rd party style-sheets which disturbed layouts of few elements already defined in previous 3rd party style-sheets in version (v1). My question is:

  • How to list all styles in various style-sheets in a specific version of page as single unified normalized and sorted css file. Like all-styles-indexhtml-v?.css, where ? = 1, 2 etc. New css file when replaced for all style-sheets in page should not affect rendered output.

  • How can I find which styles in v2 overrides which style in v1.

Note: all style-sheets are 3rd party and internals not known

1

There are 1 best solutions below

0
On BEST ANSWER

This tool helps out in combining stylesheets in a page. Get it here