katiefenn / parker

Stylesheet analysis tool.
Other
2.47k stars 73 forks source link

Ordered list of selectors #50

Open glauberramos opened 8 years ago

glauberramos commented 8 years ago

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

bartveneman commented 7 years ago

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?

glauberramos commented 7 years ago

In order of specificity.

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