You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parses CSS files into blocks and provides a basic web interface to filter by class or id.
## Running
```
$ cd public
$ ANALYZECSS_FILE=path/to/style.css php -S localhost:8080
```