Colorosetta: the VS Code Extension!
Announcing the VS Code Extension for my one-to-many color translation tool, ColoRosetta
Hi, I’m Chip. I’m a Front End Developer living in the Washington D.C. area, currently working at PBS. My background is in design, so I approach development with a designer’s eye.
Announcing the VS Code Extension for my one-to-many color translation tool, ColoRosetta
How to combine custom properties and logical properties for layout super powers.
Keep reading Using CSS Custom Properties and Logical Properties Together
Did you know? All three major browser engines offer an inspector popover for elements. Yeah, I didn’t know.
Note to self.
When we added a ‘dark mode’ to PBS.org’s appearance, we wanted to allow users to have a choice to turn it on. That introduces some complexities that you need to account for.
Keep reading How to have Dark & Light Mode Images that also works with User Choice
Be sure to pair viewport units with a relative unit when using them on font sizes, or you’ll introduce an accessibility issue.
Keep reading Don’t use Viewport Units for Font Size on their own
Did you know? You can make a media query based on a viewports aspect ratio, not just it’s width.