Easier Colour Variables
Managing colours in CSS has always been a bit of a pain. CSS variables have made this much easier but variables offer limitations. What happens when you want to modify the colour in the variable without creating a whole new variable?
Better Hover Effects
Did you know that you can detect touchscreen in CSS using media queries? This is handy for making better :hover and :active interactions on your sites.
The difference between "satisfies" and "as" in TypeScript
Understanding type assertion in TypeScript
Native CSS Scroll-linked Animations
Performant scroll animations using pure css.
Format Validation
How to use string literals to define format templates for your types.
Better Type Variants
Get better type checking on type variants with TypeScript using union types