Ordered list of selectors
glauberramos opened this issue · comments
Glauber Ramos commented
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
Bart Veneman commented
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?
Glauber Ramos commented
In order of specificity.
Today I can only see the biggest in specificity. It would be nice to see top 10, or maybe more.