css-analyzer is now on NPM!
Bart Veneman in blog
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
Making Analyze CSS render 6 times faster
A deep-dive in how the Analyze CSS page renders 6 times faster by applying 2 basic principles.
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.