Ask HN: Is there any tool for testing a site's CSS specificity etc..? 6 points by asjdflakjsdf 10y ago ↗ HN ... so that you can get a break down of results like the ones shown here: http://www.csspurge.com
[–] mtmail 10y ago ↗ I haven't seen a tool doing a break down yet.You can find unused CSS with https://github.com/giakki/uncss and linters, e.g. https://github.com/brigade/scss-lint/, will analyze and warn if the complexity (number of levels etc) grows too big.
4 comments
[ 3.0 ms ] story [ 24.6 ms ] threadYou can find unused CSS with https://github.com/giakki/uncss and linters, e.g. https://github.com/brigade/scss-lint/, will analyze and warn if the complexity (number of levels etc) grows too big.