css-analyzer is now on NPM!
As of today it is possible to install css-analyzer via NPM! I released it as 1.0.0, so it means that as from now I am committed to adhering to SemVer and keeping the API stable until a next major version. I hope to find more users and contributers by publishing it to NPM.
npm i @projectwallace/css-analyzer
Popular posts
CSS complexity: it's complicated
There's lots of places in CSS to have complexity, but we tend to focus on selectors most of the time. Let's have a look at other places too.
How Project Wallace extracts all CSS from any webpage
Extracting all CSS from a webpage involves more work than you might expect. Here's how Project Wallace does it.