parker icon indicating copy to clipboard operation
parker copied to clipboard

Ordered list of selectors

Open glauberramos opened this issue 8 years ago • 2 comments

Since chrome removed CSS profiler from chrome canary (https://bugs.chromium.org/p/chromium/issues/detail?id=265486), it would be useful to have a feature to list all selectors and order them from biggest to small, like:

#page ul li.active #page ul li div button .blue-link

glauberramos avatar Jul 22 '16 02:07 glauberramos

What do you mean by biggest? The longest selector in terms of the amount of characters of perhaps the specificity of that selector? Could you maybe give an example what you would use this list for?

bartveneman avatar Oct 13 '16 19:10 bartveneman

In order of specificity.

Today I can only see the biggest in specificity. It would be nice to see top 10, or maybe more.

glauberramos avatar Nov 02 '16 05:11 glauberramos