Can I DevTools?
All
120
Accessibility
9
Audit
2
CSS
32
Console
14
Elements
16
JavaScript
4
Network
17
Other
14
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
CSS
Edit
Find unused CSS
Can I find unused styles on a web page?
Last Modified
9 months ago
Author
@pankajparashar
Test Live
via
BrowserStack
Newsletter
Related (0)
CHROME
Share
Notes
Launch Devtools > Open Command Menu using "Cmd+Shift+P" (on Mac) or "Ctrl+Shift+P" (on Windows/Linus/Chrome OS).
Search for "Show Coverage" (this will open the Coverage drawer next to the Console).
Click the "Reload" button to see the unused styles per CSS file.
References (0)