katiefenn / parker

Stylesheet analysis tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ordered list of selectors

glauberramos opened this issue · 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

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?

In order of specificity.

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