2

Have over 100 Style Sheets on a large website maintained by many people, how can I tell if all of the style sheets are still being used by pages on my site?

1 Answers1

0

You could use one off tools to get the list of styles that are not being used from this post.
Then you would need to write css file class reader (or regex) that would take that list of unused styles and check each css file.
If all styles in some file would have a match in unused list - add file name to list of unused css files.

Community
  • 1
  • 1
Matas Vaitkevicius
  • 58,075
  • 31
  • 238
  • 265