Thirty lines of JavaScript observing an element and toggling a class, replaced by four lines of CSS. The observer version also had a frame of the wrong layout…
A variable font covering Latin, Cyrillic and Greek, on a site that renders English and Turkish. Subsetting is the largest single win available on a page whose largest…
The 6.4 default theme is the clearest worked example of a pattern-driven block theme, and using it as a parent is a different decision entirely. Reading a default…
Three style variations shipped with a theme, of which one was used, and the other two were maintained for two years. A style variation is a full alternative…
Native nesting reached broad support this year, which removes the main reason a small stylesheet needed a preprocessor. The & is required before a type selector in the…
Styling a parent based on its children required a class toggled by script, which meant a render, a layout and a class name in two places. Three script…
A card that needed a –compact modifier wherever it appeared in a narrow column, applied by hand at every call site. The component now responds to the space…