Search code examples
cssstylesheet

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


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


Solution

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