I have a legacy stylesheet that is now full of unused styles. The problem is identifying the necessary from the unnecessary. Are there any tools to help with this?
npm install uncss -g
Then
uncss http://example.com/ > out.css