Detect unused CSS in a dynamic single page application?

How can I detect unused CSS rules in a single page application with many templates? I know about vacuum selector plugins and Chrome Audits , but these tools work with static pages. Maybe some local script find .class in templates and class actions (addClass (), removeClass (),. Etc) in JS files?

+3


source to share





All Articles