An open API service indexing awesome lists of open source software.

https://github.com/springload/css-reporter

It's analytics for your stylesheet
https://github.com/springload/css-reporter

css-reporter specificity

Last synced: 7 months ago
JSON representation

It's analytics for your stylesheet

Awesome Lists containing this project

README

          

# CSS Reporter

Based on [The Specificity Graph](http://csswizardry.com/2014/10/the-specificity-graph/) by Harry Roberts and Katie Fenn's [parker](https://github.com/katiefenn/parker)

![](https://pbs.twimg.com/media/B11WOqlCAAA7BfL.png:large)

## Usage

```bash
> sudo npm install -g css-reporter
> css-reporter "glob/to/css/files/**/*.css"
```

And visit `localhost:9000` in your browser

## Known issues

* 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.