Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ordered list of selectors #50

Open
glauberramos opened this issue Jul 22, 2016 · 2 comments
Open

Ordered list of selectors #50

glauberramos opened this issue Jul 22, 2016 · 2 comments

Comments

@glauberramos
Copy link

glauberramos commented Jul 22, 2016

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
Copy 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?

@glauberramos
Copy link
Author

In order of specificity.

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants