Skip to main content

LinksCSS

Utility functions to more easily work with View Transitions.(chrome.dev)

Bramus released a new npm package full of view transition utilities. The GitHub docs are also worth a read if you want to learn more about view transition inner workings.

Remember focus and hover states with CSS(patrickbrosset.com)

You can't store hover state in CSS, or can you?

Safari dropped `theme-color` support(grooovinger.com)

Apparently, Safari dropped the support for the theme-color meta element to give the browser chrome a nice color. And yet, for some sites Safari applies a colorful frame automatically. The question is when and how?

modern.css(modern-css.com)

CSS has evolved so much that it's hard to keep track. modern-css.com is fabulous if you want to check whether you can replace old tricks with the new and shiny!

The logo soup problem(www.sanity.io)

Our friends at Sanity released a new React component (<LogoSoup>) that tackles the problem of logo alignment. Some logos are too wide, some are too thin; and as a result "just putting" logos next to each other looks terrible.

As someone who's tackled this exact problem many times manually, I'm game for an automated approach. And as it turns out, there's even an official algorithm (the "Proportional Image Normalization Formula") to do that. TIL!