A CSS analyzer,
but with history
If you're a fan of CSSStats , Parker or Chrome DevTools , you're gonna LOVE Project Wallace. It's like all of these combined, but with history and advanced analysis.
Design System monitoring in a single dashboard
Look at the beautiful color graphs and font-size
lists and quicky find out whether you are actually using the tokens defined in your Design System.

CSS Complexity
How complex is your CSS ? You can tell by looking at the dashboard. See how much more complex your selectors have become, how many !importants
are used and how many browser hacks are hidden in your code.

Track changes to CSS
Browse through the commits of your project to see every change applied like a git commit. Every commit contains all changes between the old and the new analytics of your CSS. Looking at the diff tells you what colors have been added and how much the selector complexity has dropped. And it can be automated completely , so you don't have to worry about manually sending your CSS every time you push a change to production.
Start tracking diffs