Blog

You want to learn more about the workings of Wallace? You’ve come to the right place! Product updates, in depth analysis and more.

Subscribe to the RSS feed
  1. Wallace in the news

    Excitement all around as Project Wallace is featured in the State of CSS survey, mentioned on Syntax.fm and helped improving Polypane's devtools!

  2. CSS @imports are awesome

    CSS imports have been popping up a lot lately for me so I thought it's time to have a deeper look a t them. Was not disappointed!

  3. CSS Day 2023 takeaways

    CSS Day 2023 was once again an amazing conference! So many new things coming to means that we need to look at them for this website too.

  4. Building a lightweight CSS formatter

    After using Prettier for a while it became apparent that both speed and bundle size were slowing down the CSS auditing process, so it's time build a faster alternative.

  5. Making Analyze CSS render 6 times faster

    A deep-dive in how the Analyze CSS page renders 6 times faster by applying 2 basic principles.

  6. A deep dive into the CSS of Instagram.com

    Let's have a look at the interesting parts of analyzing instagram.com.

  7. What's new in Project Wallace: January 2023

    It's been a pretty busy month with lots of fixes and new features.

  8. 2022 in review

    2022 was a good year in many ways for Project Wallace. New features, in-depth blog posts and a steady stream of new CSS enthusiasts.

  9. A new online CSS prettifier

    There's a lot of places on the web already where you can prettify your CSS already, but here's why Project Wallace now also has it's own prettifier.

  10. CSS complexity: it's complicated

    There's lots of places in CSS to have complexity, but we tend to focus on selectors most of the time. Let's have a look at other places too.

  11. New: CSS Code Quality analyzer

    It's like Lighthouse, but for CSS specifically.

  12. 2021 review in numbers

    First day of a new year! Let's have a look at some numbers from projectwallace.com of 2021.

  13. CSS Analyzer v5 released

    The core of everything that powers Project Wallace just got a big upgrade. And it's pretty good!

  14. New Online CSS Analyzer

    Project Wallace's online CSS analyzer got a facelift!

  15. Writing docs

    Documentation for all Project Wallace's metrics is absent, and I'm currently working to bring them up to speed.

  16. Private projects are here

    Private projects have been one of the most requested features over the years and it's now available for paying users!

  17. How Project Wallace extracts all CSS from any webpage

    Extracting all CSS from a webpage involves more work than you might expect. Here's how Project Wallace does it.

  18. CSS Analytics in Chrome DevTools

    The people at Chrome DevTools are joining the CSS Analytics game!

  19. New feature: delete your account

    There is no use in keeping your account on Project Wallace if you're not using it, so starting today you can remove all your data with a single click.

  20. Sorting CSS <time> values

    Support for analyzing CSS animations and transitions was added recently, but to display that nicely, animation-durations need to be sorted. Let's dive into sorting time.

  21. Analyzing CSS animations

    Project Wallace now supports analysis of CSS animation and transition durations and timing functions.

  22. Counting Lines of Code in CSS

    Project Wallace introduces Lines Of Code for CSS. Compare projects or files based on the amount of lines of code, instead of file size or guesswork.

  23. Cancel subscription

    If you want to unsubscribe from your paid plan, you now can smash a big [downgrade] button in your account settings. No questions asked.

  24. Automatically analyze CSS on every push

    Most users of Project Wallace analyze their CSS by pushing the 'new import' manually, but did you know you can automate the import process?

  25. Integrating Constyble into your build process

    Integrating Constyble into your build process will help you automate complexity testing for CSS. This post explains how to do that.

  26. Privacy by default

    A recent REWORK podcast episode triggered me thinking about user privacy and this post explains how we deal with privacy.

  27. The CSS Tricks 2019 redesign in numbers

    CSS Tricks got a fresh coat of paint and boy, does it look good! But what exactly changes in CSS statistics after such a big redesign?

  28. Detecting color aliases

    Color aliases accidentally slip into your codebase and now you have multiple notations for the same color. Great, now what?

  29. Sorting colors in CSS

    Sorting colors in CSS is hard. I've found a method to make it look pretty decent

  30. Introducing Gromit

    Gromit is a tool that runs in your builds and checks if the stats do not exceed any tresholds that you have set.

  31. New feature: empty rulesets analysis

    It is a tiny new feature, but starting now you can analyze how many empty rulesets your CSS contains.

  32. css-analyzer is now on NPM!

    You can install css-analyzer via NPM now!

  33. @font-face descriptors are not properties

    Sometimes there are less properties reported than you are expecting. Here is why.

  34. Project Wallace CSS Analyzer is now on PostCSS

    We've switched to PostCSS for generating the AST for our analysis, and did some other fixes under the hood too.

  35. The PHP CSS project that was released. And abandoned right away.

    Today marks the point where a new PHP CSS parsing/analyzing library is released publicly. And abandoned immediately.

  36. New libraries released!

    Two new libraries were released that will contribute to a better and faster API to power the Project Wallace website.

  37. *Tap, tap.* Is this thing on?

    The project is coming to a stage where everyone can test it, but a fair warning: it is still unstable!