TWIL August 21st 2026
- The JS
sasspackage either doesn't follow semver at all or doesn't consider going from hex to RGB colors a breaking change- Which I guess is technically true in CSS, the color got more accurate if anything because RGB can use floats
- But 'more accurate' could be breaking in the sense it changes
- e.g. I imagine every Playwright e2e with a snapshot on the team I used to be on loan to would fail
- Be careful when replacing the
locationfromuseLocation- If you just remove it & rely on Typescript to tell you where to update you're out of luck;
locationis still a global onwindow
- If you just remove it & rely on Typescript to tell you where to update you're out of luck;
- Using React compiler means you need to care about stuff like whether you use a memo dependency again after the
useMemo - Devise does not preserve query params after signing up by default
- Though either it does by default for login or we added them in at some point
- Should check out which it is tomorrow
Links
- A Button That Links to a Random Post in HTML & CSS Only - Chris Coyier
Obviously terrible from an accessibility perspective but there's something very fun about a button that's actually hundreds/thousands of little links.