css-analyzer
css-analyzer copied to clipboard
Analytics for CSS
[This MR](https://github.com/bramus/specificity/pull/23) exposes a 'core' specificity calculator. See what that does to our benchmarks.
Create list of selectors/selector-parts used, like attributeSelector, idSelector, classSelector, pseudoElementSelector
Related PR's: #350 and #340 Release notes: https://github.com/notifications
For analyzing potential unused code it would be useful to know whether some 'variables' are either declared, used, both or none. ### Container names ```css @container my-layout (inline-size: 100px) {}...