Mode
Color
Width

Reading List: May 28 - June 3

June 3, 2022
1 Minute Read

Spent a bit of time this weekend looking at CSS and web development. Pixels, rems, typography & more!

🧑🏼‍💻 The Surprising Truth About Pixels and Accessibility - Josh does a great job in this article talking about when you should use rems and when you should use pixels, and why. (joshwcomeau.com)

🅰 Modern Fluid Typography Using CSS Clamp - I've been wanting to improve the typography on what I design and develop. This can help. (smashingmagazine.com)

🤔 Where the f*ck is native CSS nesting? - I'd like to know as well. Hopefully soon as it'd be nice to clean up some CSS. (benfrain.com)

💾 What's in a monorepo - A nice bit talking about the benefits of using a monorepo. (chriscoyier.net)

🎚 Dark Mode Toggles Should be a Browser Feature - I agree with this. It would be nice as a developer to not have to duplicate code to support both the browser being set to dark mode and the user selecting something different than what the browser is set to. (bram.us)