css-analyzer icon indicating copy to clipboard operation
css-analyzer copied to clipboard

Analytics for CSS

Results 44 css-analyzer issues
Sort by recently updated
recently updated
newest added

[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

✨ enhancement

Related PR's: #350 and #340 Release notes: https://github.com/notifications

📚 dependencies

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) {}...