// CSS WRANGLERv0.1 · ALPHA

STATION ·07

SHARED-CLASS GRID

BACK TO LAB

WHAT THIS TESTS

Twelve siblings, one shared class. Edits should propose a sibling group; the patch should set `siblingGroup`, not `null`.

Field notes from a week without a designer

An engineer-led product team tries to ship a marketing page on its own and learns three uncomfortable things.

MAR 04READ MORE

Why the patch is the artifact

Screenshots get stale, Figma comments get archived. A structured diff is the only review surface that survives the merge.

MAR 09READ MORE

The case against your CSS-in-JS rewrite

Before you migrate the codebase, count the number of edits that actually need props. The answer is usually small.

MAR 12READ MORE

Twelve cards in search of a sibling group

How the picker decides whether two elements are siblings, cousins, or just dressed alike for the photo.

MAR 16READ MORE

An interview with our oldest stylesheet

It still has IE6 hacks. It still works. We asked it for advice on cascade order and it told us to read the spec.

MAR 19READ MORE

Three failure modes of utility classes

When grep stops working, when refactors stall, and when the design system slowly becomes a synonym for `bg-zinc-900`.

MAR 23READ MORE

Specificity is a budget, not a goal

Every `!important` you add is a future ticket. Every nested selector is a quiet promise to your future self.

MAR 26READ MORE

Notes on shipping without a staging review

We removed the staging gate for a quarter to see what would happen. What happened was mostly fine, and that was instructive.

MAR 28READ MORE

How we handle the design-engineering handoff

Spoiler: we mostly do not. The handoff is replaced by a shared canvas and a willingness to fix the other person's mistakes.

APR 02READ MORE

Picking the right element is half the work

A short essay on why the picker matters more than the editor, and why we spent a month on a crosshair.

APR 05READ MORE

What we learned auditing 400 production sites

The good news: most pages are mostly accessible. The bad news: the gaps cluster in predictable places.

APR 09READ MORE

An incomplete list of CSS features we never use

Container queries, subgrid, anchor positioning. We promise to try harder. We have promised this before.

APR 14READ MORE