Based on The Specificity Graph by Harry Roberts and Katie Fenn's parker
> sudo npm install -g css-reporter
> css-reporter "glob/to/css/files/**/*.css"And visit localhost:9000 in your browser
- Selectors inside media queries don't behave properly
- !importants are ignored (they're a rule, not a selector)
- Some issues with ID selectors not getting picked up.