TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

6 点作者 asjdflakjsdf超过 8 年前
... so that you can get a break down of results like the ones shown here: http://www.csspurge.com

3 条评论

mtmail超过 8 年前
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.
alexpelan超过 8 年前
<a href="http:&#x2F;&#x2F;cssstats.com" rel="nofollow">http:&#x2F;&#x2F;cssstats.com</a>
评论 #12489100 未加载
nfriedly超过 8 年前
Clickable: <a href="http:&#x2F;&#x2F;www.csspurge.com" rel="nofollow">http:&#x2F;&#x2F;www.csspurge.com</a>