Chrome Dev tool coverage tab for minified css

250 views Asked by At

I want to know if there is any way to see the used and unused css from coverage tab even if our css is minified.

For example: For this link enter image description here you can see in coverage tab for css in source we can see green and red for used and unused css receptively line by line.

but for other site which is using minified version of css in their sites, the coverage tab shows the css in one line even if we use {} this option it only beautifies the css.

Ex - enter image description here See this site

Here you can see the css is in one line, and showing hyphen before every line. So in this case we can't analyse the used and unused css.

It's really hard to analyse the unused css one by one.Please suggest any other way to know the used and unsed css in this case or any option which analyse and show the result for unused css.

0

There are 0 answers