Ask HN: Is there any tool for testing a site's CSS specificity etc..? 6 points by asjdflakjsdf 9y ago ↗ HN ... so that you can get a break down of results like the ones shown here: http://www.csspurge.com
[–] mtmail 9y 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
[ 2.9 ms ] story [ 15.0 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.