TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there any tool for testing a site's CSS specificity etc..?

6 pointsby asjdflakjsdfover 8 years ago
... so that you can get a break down of results like the ones shown here: http://www.csspurge.com

3 comments

mtmailover 8 years ago
I haven&#x27;t seen a tool doing a break down yet.<p>You can find unused CSS with <a href="https:&#x2F;&#x2F;github.com&#x2F;giakki&#x2F;uncss" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;giakki&#x2F;uncss</a> and linters, e.g. <a href="https:&#x2F;&#x2F;github.com&#x2F;brigade&#x2F;scss-lint&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brigade&#x2F;scss-lint&#x2F;</a>, will analyze and warn if the complexity (number of levels etc) grows too big.
alexpelanover 8 years ago
<a href="http:&#x2F;&#x2F;cssstats.com" rel="nofollow">http:&#x2F;&#x2F;cssstats.com</a>
评论 #12489100 未加载
nfriedlyover 8 years ago
Clickable: <a href="http:&#x2F;&#x2F;www.csspurge.com" rel="nofollow">http:&#x2F;&#x2F;www.csspurge.com</a>